Re: Bug in SQL for set returning functions

From: Dave Page <dpage(at)postgresql(dot)org>
To: Erwin Brandstetter <brandstetter(at)falter(dot)at>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Bug in SQL for set returning functions
Date: 2007-07-27 08:22:18
Message-ID: 46A9AB3A.9060705@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Erwin Brandstetter wrote:
> Hi developers!
>
> Testing the pgAdmin III 1.8.0 Beta 2 (Jul 25 2007, rev: 6486). Client
> Win XP, host: Debian Sarge / PG 8.1.8 and Debian Etch / PG 8.2.4
>
>
> I am afraid beta2 has introduced a new bug in the reverse engineering of
> SQL code. SET returning functions get two instances of the the "RETURNS
> " clause. Like this:
>
> CREATE OR REPLACE FUNCTION f_demofunc(IN integer, OUT integer)
> RETURNS SETOF record
> RETURNS SETOF record AS
> $BODY$
> ...

My bad - fixed in SVN, thanks.

Regards, Dave

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-07-27 10:01:07 SVN Commit by dpage: r6499 - trunk/pgadmin3/pgadmin/frm
Previous Message svn 2007-07-27 08:21:37 SVN Commit by dpage: r6498 - trunk/pgadmin3/pgadmin/schema