| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
| Cc: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: REL8_0_STABLE and 8.0.1 release client logging difference |
| Date: | 2005-03-12 21:49:25 |
| Message-ID: | 200503122149.j2CLnPE26709@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Oleg Bartunov wrote:
> 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.
Uh, you ran the query and got no error message from STABLE? That seems
almost impossible for us to have broken. There must be some other reason.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2005-03-12 21:51:23 | Re: TODO item: support triggers on columns |
| Previous Message | Oleg Bartunov | 2005-03-12 21:37:17 | REL8_0_STABLE and 8.0.1 release client logging difference |