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"?
>
>