Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Fri, 27 Jul 2007 09:22:18 +0100
  • Message-id: <46A9AB3A(dot)9060705(at)postgresql(dot)org>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group