Re: Extended query: prepared statements list?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extended query: prepared statements list?
Дата
Msg-id 26634.1089815852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extended query: prepared statements list?  ("M. Bastin" <marcbastin@mindspring.com>)
Ответы Re: Extended query: prepared statements list?  ("M. Bastin" <marcbastin@mindspring.com>)
Список pgsql-novice
"M. Bastin" <marcbastin@mindspring.com> writes:
> Is there a query on some system table that will list all names of
> prepared statements?

No, since they are never stored on disk.  We could think of providing
some operation in the FE/BE protocol to list the available statements,
perhaps.  (In retrospect I guess it was a mistake to have the Describe
message raise a hard error for no-such-statement.  If it just sent
back a message without aborting your transaction, you could use Describe
to probe whether you'd prepared a given name yet.)

Same comments apply to Portals I suppose.

If you'd like to lobby to get this changed, pgsql-novice is not the
place; pgsql-interfaces or pgsql-hackers would be more appropriate.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: rule calls function, passing OLD
Следующее
От: "M. Bastin"
Дата:
Сообщение: Re: Extended query: prepared statements list?