libpq and TOO MANY CONNECTIONS

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: libpq and TOO MANY CONNECTIONS
Date: 2010-08-12 15:32:50
Message-ID: AANLkTik+MpN8PzK3ujzXJQv9wWaKx6YuqFxhr5EKQmC9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey all,

It seams, that all of the error codes should be obtained by calling
PQresultErrorField().
But this function works only with results. So in what situations
TOO MANY CONNECTIONS error may be thrown after successfully connection ? :)
In case of dblink?

Regards,
Dmitriy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-08-12 15:43:06 CommitFest 2010-07 week four progress report
Previous Message Tom Lane 2010-08-12 15:04:52 Re: libpq