Re: pg_get_prepared? - Mailing list pgsql-hackers

From Volkan YAZICI
Subject Re: pg_get_prepared?
Date
Msg-id 7104a73705071423546e706e36@mail.gmail.com
Whole thread Raw
In response to pg_get_prepared?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: pg_get_prepared?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Hi,

On 7/15/05, Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:
> Would it be useful to have a pg_get_prepared(name) function that returns
> true or false depending on whether or not there is a prepared query of
> that name?

(You're mentioning about PHP PostgreSQL API, right?) I couldn't see
any proper usage area for this. Can you give some examples?

Furthermore, I wondered the steps you'll follow to achieve this. How
will you check if a prepared stmt exists or not?

Regards.


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: pg_get_prepared?
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pg_get_prepared?