Re: pg_get_prepared?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_get_prepared?
Date: 2005-07-15 14:07:37
Message-ID: 11034.1121436457@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> 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?

This has been discussed as something needed at the protocol level, not
a SQL function.

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

That's called Describe Statement.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2005-07-15 14:19:19 Re: pg_get_prepared?
Previous Message Simon Riggs 2005-07-15 12:35:33 Re: [Bizgres-general] A Guide to Constraint Exclusion