What is postgresql doing for "statement: commit;begin;"

Поиск
Список
Период
Сортировка
От Nick Burch
Тема What is postgresql doing for "statement: commit;begin;"
Дата
Msg-id Pine.LNX.4.44.0501171337300.2265-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: What is postgresql doing for "statement: commit;begin;"
Список pgsql-general
Hi All

I've turned on slow query reporting via log_min_duration_statement, and
I've been looking through the log files.

Quite a lot, I'm seeing lines like:
2005-01-17 13:11:15 LOG:  duration: 4688.108 ms  statement: commit;begin;

Is there any way to find out what exactly got executed here?

Thanks
Nick



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

Предыдущее
От: "Rick Schumeyer"
Дата:
Сообщение: Re: Rules on select
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Multiline plpython procedure