From: | Christoph Pingel <ch(dot)pingel(at)web(dot)de> |
---|---|
To: | postgresql-general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | psycopg can't find postgres process |
Date: | 2005-02-25 13:49:06 |
Message-ID: | a06100502be44dca19157@[62.224.46.210] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Trying to connect with a pgsql 8 server (locally), psycopg return this error:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
psycopg.OperationalError: could not connect to server: ?R@
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
There is nothing like postgres under /var/run/, so I'm wondering how
I can find out the the db server is running. Is this a known problem?
Could it have to do with the search path (I have to specify to
absolut path to start postmaster)?
best,
Christoph
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Harding | 2005-02-25 14:30:43 | Re: basic trigger using OLD not working? |
Previous Message | Venkatesh Babu | 2005-02-25 12:47:58 | Re: Table UPDATE statement |