Jord Tanner writes:
> PostgreSQL running under Cygwin does not operate with Unix sockets.
Sure it does.
--
Peter Eisentraut [EMAIL PROTECTED]
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscri
PostgreSQL running under Cygwin does not operate with Unix sockets. You
need to start the postmaster with TCP/IP sockets. Simply edit your
"postgresql.conf" file (it should be in your postgres data directory)
and add the line "tcpip_socket = true", and restart your postmaster. All
your postgres com
hi
i have sucessfully installed postgresql. now while creating database it
gives the following error. i'm running pgsqlserver on localhost.
i give the command createdb -D /usr/local/share/data/data
$ createdb -D /usr/local/share/data/data
psql: could not connect to server: No such file or d