Re: double error msg [ 8.0 rc1 ]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gbarosio(at)uolsinectis(dot)com(dot)ar
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: double error msg [ 8.0 rc1 ]
Date: 2004-12-18 17:30:01
Message-ID: 2497.1103391001@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

G u i d o B a r o s i o <gbarosio(at)uolsinectis(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-18 17:59:06 Re: Permissions within a function
Previous Message Tom Lane 2004-12-18 17:13:54 Re: Permissions within a function