Re: defer statement logging until after parse

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: defer statement logging until after parse
Дата
Msg-id 9306.1079104688@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: defer statement logging until after parse  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: defer statement logging until after parse  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> My idea was to take log_statement, and instead of true/false, have it be
> all, ddl, mod, or off/none/false(?).  You keep the existing test for
> log_statement where it is, but test for 'all' now, and after parse, you
> check for ddl or mod, and print in those cases if the tag matches.

Has any of this discussion taken into account the fact that a
querystring may contain multiple commands?

            regards, tom lane

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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: defer statement logging until after parse
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: defer statement logging until after parse