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
Showing
- doc/src/sgml/libpq.sgml 24 additions, 0 deletionsdoc/src/sgml/libpq.sgml
- src/interfaces/libpq/exports.txt 1 addition, 0 deletionssrc/interfaces/libpq/exports.txt
- src/interfaces/libpq/fe-connect.c 166 additions, 106 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/libpq-fe.h 3 additions, 0 deletionssrc/interfaces/libpq/libpq-fe.h
Loading
Please register or sign in to comment