Re: Help with tracking!

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Help with tracking!
Дата
Msg-id l2ndcc563d11004200733ub963d0c2o7a0c9125b8d1876b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Help with tracking!  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Help with tracking!  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
On Tue, Apr 20, 2010 at 8:31 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Tue, Apr 20, 2010 at 6:11 AM, Devrim GÜNDÜZ <devrim@gunduz.org> wrote:
>> On Tue, 2010-04-20 at 06:03 -0600, Scott Marlowe wrote:
>>> Wouldn't this work:
>>>
>>> alter user smarlowe set log_statement = 'all';
>>
>> IIRC it only works inside the given session (so it needs to be run each
>> time a query will be executed)
>
> Not true:
>
> psql
> show log_statement;
>  log_statement
> ---------------
>  none
> alter user smarlowe set log_statement = 'all';
> show log_statement;
>  log_statement
> ---------------
>  all
> \q
> psql
> show log_statement;
>  log_statement
> ---------------
>  all

Note however that other sessions won't see the change.  Only
connections that come after the change will see it.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Help with tracking!
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How to insert Ecoded values into postrgresql