Re: createdb error

Lists: pgsql-general
From: "Krummenacher, Gabriel" <krum(at)zellweger(dot)ch>
To: "'Christian'" <cgregoir99(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: createdb error
Date: 2002-07-02 13:28:28
Message-ID: AF7AB615A12AD411942C00508BACA90102040CFE@SLC230B
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

From: Christian [mailto:cgregoir99(at)yahoo(dot)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