TOO MANY CONNECTIONS (53300)

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема TOO MANY CONNECTIONS (53300)
Дата
Msg-id AANLkTimpqzWy1hoECNpOVy8T=J0nNmALAdY7UwpFN6gx@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hey all,

I have three questions about libpq.
Is there a way to get TOO MANY CONNECTIONS error code from libpq
immediately after calling PQconnect* () ? Or how to determine such error
not parsing PQerrorMessage() ?
It seams, that all of the error codes may 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?
The same situation with SQLSERVER REJECTED ESTABLISHMENT OF SQLCONNECTION
what does this error means?

Regards,
Dmitriy

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

Предыдущее
От: Torsten Zühlsdorff
Дата:
Сообщение: Re: InitDB: Bad system call
Следующее
От: Stephen Cook
Дата:
Сообщение: What does # mean in plpgsql?