Re: pg_connect sometimes works sometimes not - Mailing list pgsql-general

From pobox@verysmall.org
Subject Re: pg_connect sometimes works sometimes not
Date
Msg-id 46305BC8.9040800@verysmall.org
Whole thread Raw
In response to Re: pg_connect sometimes works sometimes not  (Richard Huxton <dev@archonet.com>)
Responses Re: pg_connect sometimes works sometimes not  (Richard Huxton <dev@archonet.com>)
List 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 by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Vacuum-full very slow
Next
From: "Simon Riggs"
Date:
Subject: Re: Where to find kind code for STATISTIC_KIND GEOMETRY?