Tom Lane wrote: > In CVS tip, I'm getting only an empty string from psql where it should > print connection-failure messages. > > psql 7.3 does this: > > $ psql -p 5555 > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5555"? > $ > > CVS tip does this: > > $ psql -p 5555 > psql: $ > > Have not dug to see if this is the fault of libpq or psql; but there's > been a fair amount of hacking lately in libpq's connection handling ...
I just tried and got an error: $ psql -p 5555 psql: could not create socket: No such file or directory This is as of last night's CVS. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html