On Thu, May 20, 2004 at 09:00:34PM +0200, [EMAIL PROTECTED] wrote: > Hi all, > > I have compiled 7.4.1 on Debian Woody and found psql is working even if > tcpip_socket is set to false in postgresql.conf
Working on the same box? It's probably using UNIX domain sockets. Try psql -h 127.0.0.1; if that works, you have a problem. A -- Andrew Sullivan | [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match