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 (apachec
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?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [
2 matches
Mail list logo