Hi,
I am creating and using temp tables in stored procedures. It work fine with pg_connect()/pg_close(), but when I initialize my connexions with pg_pconnect() it seems like temporaries tables are not destoy at all until the connexion lives...
How can I solve that?
Thanks
I am creating and using temp tables in stored procedures. It work fine with pg_connect()/pg_close(), but when I initialize my connexions with pg_pconnect() it seems like temporaries tables are not destoy at all until the connexion lives...
How can I solve that?
Thanks