Re: unexplainable error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unexplainable error
Date: 2007-11-16 16:28:20
Message-ID: 13503.1195230500@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org> writes:
> I have Apache/php/PostgreSQL on FreeBSD, all latest stable versions.
> Every time, after mass import into the database (it's a development
> server, so the import updates the database with full dump from the
> production server) - the first several clicks on the development web
> site return -

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

This means that something sent the backend a SIGTERM signal. You need
to find out what's doing that.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-11-16 16:49:06 Re: PostgreSQL - Services delivery query ?
Previous Message mailtolouis2020-postgres 2007-11-16 16:26:49 Re: public schema doubt