Okay, I've had it with PQsetdbLogin having slightly different defaults
Tom Lane <tgl@sss.pgh.pa.us>
Okay, I've had it with PQsetdbLogin having slightly different defaults than PQconnectdb. Reimplement the former to use the same code as the latter. Fix documentation omissions while at it.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +73 −20 |
| src/interfaces/libpq/fe-connect.c | modified | +144 −145 |
| src/test/regress/pg_regress.sh | modified | +5 −1 |