Re: BUG #1672: Postgres 8.0 doesn't return errors.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1672: Postgres 8.0 doesn't return errors.
Дата
Msg-id 2121.1116359864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1672: Postgres 8.0 doesn't return errors.  ("Gregory L Miller-Kramer" <millerg@contexttech.com>)
Список pgsql-bugs
"Gregory L Miller-Kramer" <millerg@contexttech.com> writes:
> Postgres8 does not return errors for some reason. If you look at the errors
> generated on dev or purposely cause an error in psql you will see what I
> mean. All errors are being dumped to /opt/pgsql/pgstartup.log.

This report is pretty unclear, but are you complaining that there's
nothing in pgstartup.log?  There's not supposed to be; that file only
exists to catch any error messages that might come out before the error
logging mechanism is started up.  The default logging arrangement in the
8.0 RPMs is that postmaster log output goes into day-named log files
under /var/lib/pgsql/data/pg_log/.  If you don't like that, feel free to
adjust the postgresql.conf parameters that control it.

            regards, tom lane

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: BUG #1661: JDBC DatabaseMetaData.getExportedKeys() returns
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1672: Postgres 8.0 doesn't return errors.