Re: 7.5devel - duplicate error message

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: 7.5devel - duplicate error message
Date: 2003-11-16 10:02:53
Message-ID: Pine.LNX.4.33.0311160501530.16834-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dennis Bjorklund 2003-11-16 10:09:20 Re: 7.5devel - duplicate error message
Previous Message Dennis Bjorklund 2003-11-16 09:56:27 7.5devel - duplicate error message