Hi,
you can't close it :)
If the connection is persistent pg_close() instructions are ignored
(this is also true for other persistent connections and their respective
close() instructions).
You can do it in the shell sending USR1 to httpd (killall -USR1 httpd)
or by restarting apache (apachectl graceful).
The above is true for apache, of course :)
Regards,
Nuno
Carola Meyberg wrote:
> I cannot find out how I can manually close a persistent
> Postgres Database Connection that has been established by
> pg_pconnect.
> I believe pg_close only closes non-persistent connections.
>
> Does anyone know how to do this?
>
> attachment.txt
>
> Content-Type:
>
> text/plain
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]