Re: Support for prepared queries - Mailing list pgsql-php

From ljb
Subject Re: Support for prepared queries
Date
Msg-id bo1mnq$29fs$1@news.hub.org
Whole thread Raw
In response to Re: Support for prepared queries  (Martin Marques <martin@bugs.unl.edu.ar>)
List pgsql-php
jleelim@xxxxxx.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.

pgsql-php by date:

Previous
From: "S.P.Vimala"
Date:
Subject: Upgrade problem with postgresql 7.3.4 and php 4.2
Next
From: Michael Glaesemann
Date:
Subject: Reducing duplicated business rules