Okay, I've had it with PQsetdbLogin having slightly different defaults
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2003 04:29:12 +0000 (04:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2003 04:29:12 +0000 (04:29 +0000)
commit092133beb349964543f37805340ef303d2ffe28c
treea922d64b08ba0c44506581eac157ebc4d72a260b
parentd08007ae773bc3cba62a6d3501f3078e37097d93
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/test/regress/pg_regress.sh