| From: | Bojan Jovanovic <bjovanovic(at)bjovanovic(dot)com> |
|---|---|
| To: | Michael Fuhr <mike(at)fuhr(dot)org> |
| Cc: | Bojan Jovanovic <pgbojan(at)bjovanovic(dot)com>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #3269: PSQL does not display error output |
| Date: | 2007-05-11 13:44:47 |
| Message-ID: | Pine.LNX.4.64.0705110943490.3255@lepotan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Here it is... Did not change anything from the default installation - just compiled it,
and installed..
shp_production=# show client_min_messages
shp_production-# ;
client_min_messages
---------------------
notice
(1 row)
shp_production=#
Is this correct?
How would STDERR get redirected from psql?
Thanks!
Regards,
bojan
On Fri, 11 May 2007, Michael Fuhr wrote:
> On Fri, May 11, 2007 at 01:06:02PM +0000, Bojan Jovanovic wrote:
>> We just upgraded to 8.2.4, and noticed that psql does not display error
>> messages, e.g.:
> [...]
>> shp_production=# select * from asdfafsdf;
>> shp_production=# commit;
>> ROLLBACK
>
> What's the output of "show client_min_messages"?
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Liviu Ionescu | 2007-05-11 14:07:57 | BUG #3270: limit < 16 optimizer behaviour |
| Previous Message | Tom Lane | 2007-05-11 13:21:03 | Re: BUG #3269: PSQL does not display error output |