Re: selective statement logging

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: selective statement logging
Дата
Msg-id 87fzcg6mrh.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: selective statement logging  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> The issue is allowing only logging of DDL statements, or DDL and data
> modification statements, as listed on the TODO list.  If they ask for
> all statements, certainly we should log all statements.

just make syntax errors one of the types. So you could log "ddl", "dml",
"syntax errors", or "all" statements.

In fact for production use syntax errors seem like the most likely thing to
want to log.

-- 
greg



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Timezone support
Следующее
От: "Ramanujam H S Iyengar"
Дата:
Сообщение: Re: How to get RelationName ??