Re: 7.5devel - duplicate error message - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: 7.5devel - duplicate error message
Date
Msg-id Pine.LNX.4.33.0311160501530.16834-100000@leary.csoft.net
Whole thread Raw
In response to 7.5devel - duplicate error message  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: 7.5devel - duplicate error message  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-bugs
On Sun, 16 Nov 2003, Dennis Bjorklund wrote:

> In current cvs I get
>
> dennis=# CREATE FUNCTION foo () returns int AS 'select a;' language 'sql';
> ERROR:  column "a" does not exist
> ERROR:  column "a" does not exist
>
> It should only be one error.

Is there any chance you started the postmaster in the background and then
started psql on the same terminal so you get one error reported to the
server and one to the client?

Kris Jurka

pgsql-bugs by date:

Previous
From: Dennis Bjorklund
Date:
Subject: 7.5devel - duplicate error message
Next
From: Dennis Bjorklund
Date:
Subject: Re: 7.5devel - duplicate error message