OSDN Git Service

Make libpq default to localhost connections on machines without Unix-domain
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Dec 2004 23:17:54 +0000 (23:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Dec 2004 23:17:54 +0000 (23:17 +0000)
commitd9236a69fc2c510f8f165cba3bd9c991440c1ee0
treefebcd621aab8c48f91f1829a8812d30e02938590
parent797c2b2501fc94d50b111dcd2226180ee31890f5
Make libpq default to localhost connections on machines without Unix-domain
sockets, rather than failing as it formerly did.  Revert the
thereby-obsoleted patch to make psql supply the localhost default.
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/startup.c
src/interfaces/libpq/fe-connect.c