Обсуждение: pgsql: Add libpq function PQconninfo()

Поиск
Список
Период
Сортировка

pgsql: Add libpq function PQconninfo()

От
Magnus Hagander
Дата:
Add libpq function PQconninfo()

This allows a caller to get back the exact conninfo array that was
used to create a connection, including parameters read from the
environment.

In doing this, restructure how options are copied from the conninfo
to the actual connection.

Zoltan Boszormenyi and Magnus Hagander

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/65c3bf19fd3e1f6a591618e92eb4c54d0b217564

Modified Files
--------------
doc/src/sgml/libpq.sgml           |   24 ++++
src/interfaces/libpq/exports.txt  |    1 +
src/interfaces/libpq/fe-connect.c |  272 ++++++++++++++++++++++--------------
src/interfaces/libpq/libpq-fe.h   |    3 +
4 files changed, 194 insertions(+), 106 deletions(-)