Re: BUG #1672: Postgres 8.0 doesn't return errors. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1672: Postgres 8.0 doesn't return errors.
Date
Msg-id 2121.1116359864@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1672: Postgres 8.0 doesn't return errors.  ("Gregory L Miller-Kramer" <millerg@contexttech.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: BUG #1661: JDBC DatabaseMetaData.getExportedKeys() returns
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1672: Postgres 8.0 doesn't return errors.