Re: [GENERAL] Logging at schema level

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] Logging at schema level
Дата
Msg-id 9dee4181-71aa-fec0-2ec6-4264344a61d4@hogranch.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Logging at schema level  (Nikhil <nikhilsmenon@gmail.com>)
Ответы Re: [GENERAL] Logging at schema level
Список pgsql-general
On 7/20/2017 11:11 PM, Nikhil wrote:
> Schema = tenant. So basically tenant level logging.


     select .... from schema1.table1 join schema2.table2 on .... where
.....;


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.


--
john r pierce, recycling bits in santa cruz



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

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