Re: PREPARE and transactions

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: PREPARE and transactions
Дата
Msg-id 40DA2FCA.9060203@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: PREPARE and transactions  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Ответы Re: PREPARE and transactions  ("Greg Sabino Mullane" <greg@turnstep.com>)
Re: PREPARE and transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> Part of the problem is that PREPARE has no provision to overwrite an
> existing plan (CREATE OR REPLACE).  I run into this all the time because
> I make heavy use of prepared statements to emulate an ISAM file system.
> I have to jump through hoops to keep track of what statements are
> already prepared to keep from bouncing the current transaction.

Bruce - TODO?:

* PREPARE OR REPLACE...

This would be an incredibly useful command since there's no way of 
_checking_ in advance that a name is already used as a prepared statement...

Chris



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

Предыдущее
От: markw@osdl.org
Дата:
Сообщение: DBT-2 results using tablespaces
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: pg_largeobject and tablespaces