Log msg

Поиск
Список
Период
Сортировка
От Jie Liang
Тема Log msg
Дата
Msg-id E7E213858379814A9AE48CA6754F5ECB363378@mail01.stbernard.com
обсуждение исходный текст
Список pgsql-admin
How to config log file to log statement without CONTEXT stuff?
I want log query, but not the detail unless there is a problem, e.g.
Delete aaa from mytable where mysqlfunction(bbb);
I want log this statement, but not any CONTEXT inside mysqlfunction,
because it will easily filled up my disk if mytable have millions of
entries, meanwhile, the log file become useless.
But if I set log_statement = true, log file will log millions of
statement in mysqlfunction, but I set log_statement=false, log file
won't log query at all.
Simply say, I want log what I execute(my query), but not how execute
(process) .

Jie Liang


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: [PERFORM] Quad processor options - summary
Следующее
От: Vitaly Belman
Дата:
Сообщение: Jobs? (schedule tasks)