pg_get_prepared?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_get_prepared?
Date: 2005-07-15 06:41:18
Message-ID: 42D75A8E.2050900@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi guys,

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?

Perhaps we could have a way of checking the parameter types of it as well?

(Also no-one replied to my PQescapeIdentifier suggestion :) )

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Volkan YAZICI 2005-07-15 06:54:18 Re: pg_get_prepared?
Previous Message Christopher Kings-Lynne 2005-07-15 05:42:38 Re: Order by optimisations?