REL8_0_STABLE and 8.0.1 release client logging difference - Mailing list pgsql-hackers

From Oleg Bartunov
Subject REL8_0_STABLE and 8.0.1 release client logging difference
Date
Msg-id Pine.GSO.4.62.0503130033560.5508@ra.sai.msu.su
Whole thread Raw
Responses Re: REL8_0_STABLE and 8.0.1 release client logging difference  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: REL8_0_STABLE and 8.0.1 release client logging difference  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi there,

I noticed client error logging  was changed in REL8_0_STABLE in compare with
8.0.1 release.

8.0.1:
tycho=# select * from pg_stas where srelnae='tycho';
ERROR:  relation "pg_stas" does not exist
tycho=# \q

REL8_0_STABLE:
tycho=# select * from pg_stas where srelnae='tycho';
tycho=# \q

ostgresql.conf was the same.
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: cvsup binaries?
Next
From: Robert Treat
Date:
Subject: Re: TODO item: support triggers on columns