Re: TODO item: list prepared queries

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: TODO item: list prepared queries
Дата
Msg-id 43B63D1F.9060700@samurai.com
обсуждение исходный текст
Ответ на Re: TODO item: list prepared queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: TODO item: list prepared queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:
> I have applied the following patch to CVS HEAD to mark client-side
> prepare/bind/execute statements with "[client]" so they can be easily
> distinguished from SQL commands.

There is no such thing as a "client-side prepare/bind/execute"
statement. The distinction is between SQL-level and protocol-level
prepared queries. "[client]" seems wrong; perhaps "[protocol]" could be
used instead?

(I'm not thrilled by the idea of prefixing the statement log with
"[...]" in any case: it makes it more difficult to determine the actual
query string submitted by the user. However I can't see a better
alternative...)

> I hesitate to apply this logging change to 8.1.X.

I don't see any reason to do that -- this is not a bug fix. Furthermore,
there are backward-compatibility concerns.

-Neil


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

Предыдущее
От: Sagi Bashari
Дата:
Сообщение: Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: LDAP auth