Re: How to determine failed connection attempt due to invalid authorization (libpq)?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to determine failed connection attempt due to invalid authorization (libpq)?
Date: 2010-10-17 02:32:25
Message-ID: AANLkTi=WDEKeQ-QQR43JR51fxe3tVw6wJuqX23KbTu5X@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 14, 2010 at 2:59 PM, Dmitriy Igrishin <dmitigr(at)gmail(dot)com> wrote:
> Is there way to determine failed connection attempt due to invalid
> authorization (libpq)?

I think this question would be more appropriate on pgsql-general. I
suppose you would have to look at PQerrorMessage().

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-10-17 02:32:49 Re: Extensions, this time with a patch
Previous Message Alvaro Herrera 2010-10-17 02:27:37 Re: Extensions, this time with a patch