Okay, I've had it with PQsetdbLogin having slightly different defaults

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 092133beb349964543f37805340ef303d2ffe28c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-04-28T04:29:12Z
Releases: 7.4.1
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

PathChange+/−
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