pgsql-server/src/bin/psql startup.c
Started by Bruce Momjianover 22 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/03/23 23:10:29
Modified files:
src/bin/psql : startup.c
Log message:
Also, what is the default connection mode of psql? It should probably be
equivalent to "-h localhost", shouldn't it?Now that is something I had not thought of. Seems we can assume a Win32
psql can never use unix domain sockets, so defaulting that to localhost
is a good solution too.
Andrew Dunstan