temp tables and pg_pconnect()

From: Emmanuel SARACCO <esaracco(at)noos(dot)fr>
To: pgsql-php(at)postgresql(dot)org
Subject: temp tables and pg_pconnect()
Date: 2001-10-13 17:14:36
Message-ID: 3BC8767C.4080606@noos.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hi,

I am using temp tables in stored procedures (I just can not create
normal tables because I must retreive values from those tables in those
stored procedures with the "execute" instruction).

doing connexions with pg_connect()/pg_close() on each php page all work
fine, but when I try to use pg_pconnect() (wich is much more efficient!)
temp table are not detroyed...

how can I use pg_connect() and continue using temp tables in stored
procedures?

thanks

--
Emmanuel SARACCO
Email: esaracco(at)noos(dot)fr

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Adam Lang 2001-10-13 18:23:01 Re: temp tables and pg_pconnect()
Previous Message Papp Gyozo 2001-10-13 13:11:03 Re: Nextval again