pgsql: Add libpq function PQconninfo()

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add libpq function PQconninfo()
Date: 2012-11-30 06:19:09
Message-ID: E1TeJwL-0000Tt-E3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-11-30 13:41:16 pgsql: Clean environment for pg_upgrade test.
Previous Message Tom Lane 2012-11-30 00:58:17 pgsql: Produce a more useful error message for over-length Unix socket