Re: [GENERAL] Is there a server log????

Поиск
Список
Период
Сортировка
От rmcm@compsoft.com.au
Тема Re: [GENERAL] Is there a server log????
Дата
Msg-id 13837.38558.523226.740546@truffaut.int.compsoft.com.au
обсуждение исходный текст
Ответ на Is there a server log????  (Jeremy Hansen <jeremy@xxedgexx.com>)
Список pgsql-general
You can start postmaster with stdout/stderr directed to syslogd;

su postgres -c '/bin/sh -c "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data -o-e 2>&1 | logger -t postgres -i
-plocal1.notice &" 
------------------------------------------------------------
Rex McMaster                            rmcm@compsoft.com.au
                                   rex@mcmaster.wattle.id.au
     PGP Public key: http://www.compsoft.com.au/~rmcm/pgp-pk

Jeremy Hansen writes:
 >
 > Is there a server log for postgres?  Something that records errors,
 > or some type of debugging information.  I'm trying to debug a simple
 > modify in perl that's not working and it's driving me crazy because
 > I see no error output.
 >
 > Thanks
 > -jeremy
 >

--

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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [GENERAL] Is there a server log????
Следующее
От: Howie
Дата:
Сообщение: RE: [GENERAL] slow queries