Re: how do I get a log of SQL executed by server?

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: how do I get a log of SQL executed by server?
Дата
Msg-id 1044558176.22810.201.camel@camel
обсуждение исходный текст
Ответ на how do I get a log of SQL executed by server?  (Ken Guest <kguest@stockbyte.com>)
Ответы Re: how do I get a log of SQL executed by server?
Список pgsql-general
On Thu, 2003-02-06 at 12:18, Ken Guest wrote:
> with mysql it's possible to get a log of all sql that the server executes.
> Is this possible with postgres and how do I turn this on?
>
> thanks ever so much
>
> Ken
>
>

You'll want to check out the DEBUG_PRINT_* settings in the
postgresql.conf file. See section 3.4 in the administrator's guide
-- http://www.gtsm.com/cgi/psearch?page=runtime-config.html

Robert Treat



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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: user column name
Следующее
От: "ayhan"
Дата:
Сообщение: Re: plperl functions -- can they call each other?