From: | Vitaly <agri(at)desnol(dot)ru> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | error while working with pgsql in php |
Date: | 2003-02-20 09:12:54 |
Message-ID: | 20030220121254.146c569a.agri@desnol.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
while working with pgsql in php:
Warning: pg_exec() [function.pg-exec]: Query failed: FATAL 1: This connection has been terminated by the administrator. server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. . in db_pgsql.inc on line 67
Database error: Invalid SQL: select * from active_sessions where sessid = 'd320c54bf6502e7609804043d5f29bcd'
PostgreSQL Error: 1 (FATAL 1: This connection has been terminated by the administrator. server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. )
server log shows nothing. second try of execution of php page is succeeding (executing the same query).
Agri
From | Date | Subject | |
---|---|---|---|
Next Message | luben | 2003-02-20 09:31:02 | PLESE UNSUBSKRIBE ME FROM THE LIST |
Previous Message | Teodor Sigaev | 2003-02-20 08:58:31 | Re: problems with Gist when migrating from 7.1.3 -> 7.3.x |