Re: [GENERAL] Logging at schema level

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [GENERAL] Logging at schema level
Дата
Msg-id CAB7nPqTivtm+DgkzV5XZg_wdoqj4Z1rmjz=pp4h=8A1r6QqdZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Logging at schema level  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On Fri, Jul 21, 2017 at 8:21 AM, John R Pierce <pierce@hogranch.com> wrote:
> if you have per schema logging, where should that get logged ?
>
> you could implement per DATABASE logging, if you A) add the database name to
> the log_prefix, and B) feed your logs to a program that understands this and
> splits them out to a log file per database.    you could also do this on a
> per user basis. but, schema is something very dynamic, its a namespace
> within a database, and queries can touch multiiple schemas.

Personally, I understand that as logging the query N times, once per
schema, if it touches N schemas, making the exercise part of parsing.
I think that it would be possible to use the parser hook to achieve
that actually, as you need extra lookups for WITH clauses and such.
--
Michael


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [GENERAL] Streaming Replication archive_command is really needed?
Следующее
От: Scott Mead
Дата:
Сообщение: Re: [GENERAL] Logging at schema level