Re: [HACKERS] Windows default to localhost is in the wrong place

2004-12-28 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> ISTM that libpq itself ought to default to localhost, rather than >> failing, on machines that don't have Unix sockets. > So then it would be picked up by pg_dump, createdb etc., plus third > party clients? Not a bad idea. Are you go

Re: [HACKERS] Windows default to localhost is in the wrong place

2004-12-28 Thread Andrew Dunstan
Tom Lane wrote: Isn't this fix in the wrong place? 2004-03-23 22:10 momjian * src/bin/psql/startup.c: >>Also, what is the default connection mode of psql? It should probably be >>equivalent to "-h localhost", shouldn't it? >> >> > >Now that

[HACKERS] Windows default to localhost is in the wrong place

2004-12-28 Thread Tom Lane
Isn't this fix in the wrong place? 2004-03-23 22:10 momjian * src/bin/psql/startup.c: >>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