Re: postgres help

From: Jason Tishler <jason(at)tishler(dot)net>
To: Jason House <jhouse(at)mitre(dot)org>
Cc: cygwin(at)cygwin(dot)com, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: postgres help
Date: 2003-08-24 21:07:06
Message-ID: 20030824210706.GO1676@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Jason,

On Fri, Aug 22, 2003 at 07:12:33PM -0400, Jason House wrote:
> I don't understand why I'm getting the following error:
>
> $ psql -U postgres template1
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Was does the following yield?

$ ls -l /tmp/.s.PGSQL.5432
srwxrwxrwx 1 postgres None 0 Aug 23 12:51 /tmp/.s.PGSQL.5432

What version of Cygwin are you using?

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Claudia Beleites 2003-08-25 05:04:13 Re: IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not
Previous Message Jason Tishler 2003-08-24 21:03:06 Re: Installation of Postgresql on Windows NT