Re: pg_connect sometimes works sometimes not

Поиск
Список
Период
Сортировка
От pobox@verysmall.org
Тема Re: pg_connect sometimes works sometimes not
Дата
Msg-id 46305BC8.9040800@verysmall.org
обсуждение исходный текст
Ответ на Re: pg_connect sometimes works sometimes not  (Richard Huxton <dev@archonet.com>)
Ответы Re: pg_connect sometimes works sometimes not
Список pgsql-general
Richard Huxton wrote:
> Did you try pg_last_error()?

pg_last_error() does not seem to work. It requires connection as
parameter, so if pg_connect() fails - it has nothing to operate on.

Or am I missing something?

> Are you logging connection attempts/failures? Details in the manuals.

Checked the manual, but found only parameter to log the successful
connections.

Is there such to log the failed connection attempts (incl. the reason)?

Thank you,
Iv

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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Vacuum-full very slow
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Where to find kind code for STATISTIC_KIND GEOMETRY?