Re: Prepared statements question

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Prepared statements question
Дата
Msg-id GNELIHDDFBOCMGBFGEFOGEPFCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Prepared statements question  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
I guess I should just use a stored procedure...

Chris

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Christopher
> Kings-Lynne
> Sent: Friday, 10 January 2003 11:48 AM
> To: Hackers
> Subject: [HACKERS] Prepared statements question
> 
> 
> 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
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Prepared statements question
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Prepared statements question