REL8_0_STABLE and 8.0.1 release client logging difference

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: REL8_0_STABLE and 8.0.1 release client logging difference
Date: 2005-03-12 21:37:17
Message-ID: Pine.GSO.4.62.0503130033560.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-12 21:49:25 Re: REL8_0_STABLE and 8.0.1 release client logging difference
Previous Message Milen A. Radev 2005-03-12 16:34:19 Re: Too frequent warnings for wraparound failure