Group: pgsql.general


Subject: unexplainable error
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/16/2007 11:28:20 AM
"pobox@verysmall.org" <pobox@verysmall.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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly