diff options
author | Magnus Hagander | 2012-11-30 06:09:18 +0000 |
---|---|---|
committer | Magnus Hagander | 2012-11-30 06:11:08 +0000 |
commit | 65c3bf19fd3e1f6a591618e92eb4c54d0b217564 (patch) | |
tree | 7007982b7862d52dec118f850a3da59a7bb76b74 /src/interfaces/libpq/exports.txt | |
parent | 4af446e7cd0b37bb5d7fa9b73193c68e14239499 (diff) |
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
Diffstat (limited to 'src/interfaces/libpq/exports.txt')
-rw-r--r-- | src/interfaces/libpq/exports.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index 56d0bb8dc58..93da50df311 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -164,3 +164,4 @@ PQsetSingleRowMode 161 lo_lseek64 162 lo_tell64 163 lo_truncate64 164 +PQconninfo 165 |