forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit65c3bf1
committed
Add libpq function PQconninfo()
This allows a caller to get back the exact conninfo array that wasused to create a connection, including parameters read from theenvironment.In doing this, restructure how options are copied from the conninfoto the actual connection.Zoltan Boszormenyi and Magnus Hagander1 parent4af446e commit65c3bf1
File tree
4 files changed
+194
-106
lines changed- doc/src/sgml
- src/interfaces/libpq
4 files changed
+194
-106
lines changedLines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
499 | 523 |
| |
500 | 524 |
| |
501 | 525 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| 167 | + |
0 commit comments
Comments
(0)