Re: TODO item: list prepared queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TODO item: list prepared queries
Дата
Msg-id 12576.1134534143@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TODO item: list prepared queries  (Neil Conway <neilc@samurai.com>)
Ответы Re: TODO item: list prepared queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> One minor irritation is that the query string of prepared statements
> created via SQL has "PREPARE ... AS" prefixed to it, whereas statements
> prepared via the FE-BE protocol do not. This should probably be fixed,

That's debatable.  Earlier today, I was busy being annoyed all over
again with the way that Bruce set up Parse/Bind/Execute logging to
deliberately obscure the difference between a SQL PREPARE command and a
protocol-level Parse operation.  I think it's a good thing to be able to
tell which level a prepared statement came from.  Yeah, much of the time
you may not care, but when you do care it's important.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: TODO item: list prepared queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TODO item: list prepared queries