Re: logging a single user session

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: logging a single user session
Дата
Msg-id dcc563d10903241553o7a7004e1x1c08abdd6dd5292f@mail.gmail.com
обсуждение исходный текст
Ответ на logging a single user session  (Kasia Tuszynska <ktuszynska@esri.com>)
Список pgsql-admin
On Tue, Mar 24, 2009 at 11:43 AM, Kasia Tuszynska <ktuszynska@esri.com> wrote:
> Hi Everybody,
> I am convinced that this question has been posted on either the novice or admin forum but I can not find the answer -
sosorry for the repeat. 
>
> I would like to log (or trace) the output from a single user session, what parameters in the postgresql.conf do I set
towhat to achieve that? 

I think you can do it from a psql prompt:

alter user smarlowe set log_statement='ddl';

where you could replace ddl with none, ddl, mod, all if I remember correctly.

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

Предыдущее
От: Kasia Tuszynska
Дата:
Сообщение: logging a single user session
Следующее
От: Nicolas Michel
Дата:
Сообщение: Change the place of the WAL files