Turning on/off debugging

Поиск
Список
Период
Сортировка
От John Gibson
Тема Turning on/off debugging
Дата
Msg-id 3FD4AADB.4040407@edgate.com
обсуждение исходный текст
Ответы Re: Turning on/off debugging
Список pgsql-general
Hi, all.

Re: version 7.2.2

I modified the postgresql.conf file as below and got "really neat"
debugging turned on.  :)
pg_ctl reload -D <dir>

Unfortunately after I was done, I wanted to turn it off again.  I
commented out the lines and ran the "reload" again.  This did not have
any effect.  So, I thought it might just be a switch and set them to
false and reloaded.  This did not change it back either.  I ended up
shutting down the engine and restarting it.  Of course, that worked.

Any ideas on how to do it while the engine is running?

...john

*** DETAIL ***

log_timestamp = true
log_pid = true
debug_print_query = true


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

Предыдущее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: max_fsm_pages
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE RULE problem/question requesting workaround