Re: Support for prepared queries

From: ljb <ljb220(at)mindspring(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Support for prepared queries
Date: 2003-11-02 01:30:34
Message-ID: bo1mnq$29fs$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

jleelim(at)xxxxxx(dot)com wrote:
> Any idea how the prepared query can be made to save across PHP invocations?
> How about using pg_pconnect (persistent connection), will it stay prepared
> when PHP comes again and reuse the connection?

Maybe use a procedure-language function instead of a prepared query?
Persistent connections won't help; the prepared query may still be valid
but only for that web-server child process.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Michael Glaesemann 2003-11-04 16:50:46 Reducing duplicated business rules
Previous Message Stephen 2003-10-31 16:35:22 Re: Support for prepared queries