Re: BUG #3269: PSQL does not display error output - Mailing list pgsql-bugs

From Bojan Jovanovic
Subject Re: BUG #3269: PSQL does not display error output
Date
Msg-id Pine.LNX.4.64.0705110943490.3255@lepotan
Whole thread Raw
In response to Re: BUG #3269: PSQL does not display error output  (Michael Fuhr <mike@fuhr.org>)
Responses Re: BUG #3269: PSQL does not display error output  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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"?
>
>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3269: PSQL does not display error output
Next
From: "Liviu Ionescu"
Date:
Subject: BUG #3270: limit < 16 optimizer behaviour