Re: pg_get_prepared? - Mailing list pgsql-hackers

From Volkan YAZICI
Subject Re: pg_get_prepared?
Date
Msg-id [email protected]
Whole thread Raw
In response to pg_get_prepared?  (Christopher Kings-Lynne <[email protected]>)
Responses Re: pg_get_prepared?
List pgsql-hackers
Hi,

On 7/15/05, Christopher Kings-Lynne <[email protected]> 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?