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-18 14:03:55
Message-ID: AANLkTimMKrbjVMT03AfdDzUYc-MQ1eW+CQBK1vxuVEq6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 17, 2010 at 2:03 AM, Dmitriy Igrishin <dmitigr(at)gmail(dot)com> wrote:
> I've asked pgsql-general.
> Unfortunately it seems that there is no better way to do it except
> parsing PQerrorMessage(). Sadly.

Yeah, doesn't look like it. A quick glance at the code reveals that a
PGresult can store individual error fields but a PGconn can store only
a message. :-(

--
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 David Fetter 2010-10-18 14:05:53 Re: How to determine failed connection attempt due to invalid authorization (libpq)?
Previous Message Robert Haas 2010-10-18 13:54:41 Re: ask for review of MERGE