Prepared statements question - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Prepared statements question
Date
Msg-id GNELIHDDFBOCMGBFGEFOCEPFCEAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: Prepared statements question  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: Prepared statements question  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Hi,

With prepared statements being all well and good, how do I know if the query
has not yet been prepared in the backend?  Or is this simply a situation
where I can't win?

eg. Say I have a web page that does a humungous query.  I would like to have
that query prepared, say, for speed.  However, I can't tell if that backend
has had that query prepared or not.  Is there any way around this?

Chris



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Dollar in identifiers
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Prepared statements question