Re: double error msg [ 8.0 rc1 ] - Mailing list pgsql-hackers

From Tom Lane
Subject Re: double error msg [ 8.0 rc1 ]
Date
Msg-id 2497.1103391001@sss.pgh.pa.us
Whole thread Raw
In response to double error msg [ 8.0 rc1 ]  (G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar>)
List pgsql-hackers
G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar> writes:
> guido=# insert into test1 (b) values (b);
> ERROR:  column "b" does not exist
> ERROR:  column "b" does not exist

> 2 ERROR msg's. 

The postmaster's stderr is pointed at your terminal, so you're getting
the postmaster log output in addition to what psql prints.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Permissions within a function
Next
From: Tom Lane
Date:
Subject: Re: Permissions within a function