From: Christian [mailto:cgregoir99@yahoo.com]
> Have you started postmaster with the -i option so that it
> uses TCP sockets
> instead of unix sockets ? Then, 'netstat -na' should show TCP
> port 5432
> listening for connections.
Oke, it does that. But createdb still does not work:
$ netstat -na | grep 5432
tcp 0 0 *.5432 *.* LISTEN
$ createdb test
psql: could not create socket: No such file or directory
createdb: database creation failed
Gäbe