Re: zope connection string

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: zope connection string
Дата
Msg-id 20061204143129.GB28324@alvh.no-ip.org
обсуждение исходный текст
Ответ на zope connection string  ("cmo1\@libero\.it" <cmo1@libero.it>)
Список pgsql-patches
cmo1@libero.it wrote:
> In order to my mail bug #2801 I've solved this one modify the zope-psycopgda connection string:
> postgresql7.4.7:dbname=... user=...
> while
> postgresql7.2.1:dbname=... user=... host=...
> I don't know why but it works.

When you specify "host" it always uses a TCP socket.  If you don't it
tries a Unix socket.  If the TCP socket is not enabled, obviously the
second line will fail.  I assume the host is localhost.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: On-disk bitmap index implementation
Следующее
От: Chris Browne
Дата:
Сообщение: ECPG docs