| От | Michael Fuhr |
|---|---|
| Тема | Re: error codes in log file? |
| Дата | |
| Msg-id | 20050310193436.GA87053@winnie.fuhr.org обсуждение исходный текст |
| Ответ на | error codes in log file? ("David Parker" <dparker@tazznetworks.com>) |
| Список | pgsql-general |
On Thu, Mar 10, 2005 at 01:58:52PM -0500, David Parker wrote: > Is there a postgresql.conf directive (7.4.5) which will result in error > codes being emitted in the log file? I am thinking of the error codes > in: > http://www.postgresql.org/docs/7.4/interactive/errcodes-appendix.html. You could set log_error_verbosity to 'verbose', either cluster-wide in postgresql.conf, for a particular database with ALTER DATABASE, for a particular user with ALTER USER, or just for a particular session with SET. Verbose logging might show more than you want, but it'll show the error codes. -- Michael Fuhr http://www.fuhr.org/~mfuhr/
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера