Re: PGSQL ERROR: FATAL: terminating connection due to administrator command

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: PGSQL ERROR: FATAL: terminating connection due to administrator command
Дата
Msg-id 200802040901.08792.jgodoy@gmail.com
обсуждение исходный текст
Ответ на PGSQL ERROR: FATAL: terminating connection due to administrator command  ("pobox@verysmall.org" <pobox@verysmall.org>)
Ответы Re: PGSQL ERROR: FATAL: terminating connection due to administrator command
Список pgsql-general
Em Monday 04 February 2008 08:42:16 pobox@verysmall.org escreveu:
> I have a PostgreSQL 8.2.6 on FreeBSD 6.3 (but the described behavior
> appears during several earlier minor versions as well) - which powers a
> php based web application. What I experience is the message (below)
> which appears during the first 5-7 clicks after the database has been
> cleanly imported (dropped and imported) -
>
> PGSQL ERROR: FATAL: terminating connection due to administrator command
> server closed the connection unexpectedly
>     This probably means the server terminated abnormally
>     before or while processing the request.
>
> The message does not appear on every click. It can appear on the 1st,
> then not on the 2nd, then on the 3rd and so on. After few more clicks
> everything goes well until the next import.
>
> I could not find anything meaningful in the logs...
>
> Has somebody else experienced anything similar?

Have you checked your code and seen what is really happening on these clicks?
I had some cases where looking for unexisting information or trying to
operate on unexisting data crashed the specific process of the backend that
was serving my application.

Enable query logging and see what is happening.

--
Jorge Godoy      <jgodoy@gmail.com>


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

Предыдущее
От: Guido Neitzer
Дата:
Сообщение: Reload only specific databases from pg_dumpall
Следующее
От: Nicolas KOWALSKI
Дата:
Сообщение: Re: problem with ORDER BY