Re: Problem with SQL pane - functions definitions which returns SETOF

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Taras Kopets <tkopets(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Problem with SQL pane - functions definitions which returns SETOF
Date: 2007-08-03 14:46:15
Message-ID: 46B33FB7.7020801@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Taras Kopets a écrit :
> When I select functions which returns SETOF in "Object browser" to get
> their definitions I have 2 duplicating lines with text RETURNS SETOF.
> See examples below.
> [Version 1.8.0 Beta 2 (Jul 25 2007, rev: 6486)].
>
> CREATE OR REPLACE FUNCTION .......
> RETURNS SETOF integer
> RETURNS SETOF integer AS ..........
>
> CREATE OR REPLACE FUNCTION .......
> RETURNS SETOF record
> RETURNS SETOF record AS ..........
>

Thanks for your report. This issue is already fixed on SVN and will be
part of beta 3 :
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6498&view=rev

Regards.

--
Guillaume.
<!-- http://abs.traduc.org/
http://lfs.traduc.org/
http://docs.postgresqlfr.org/ -->

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Ben West 2007-08-03 15:06:51 Missing MSVCR71.dll
Previous Message Taras Kopets 2007-08-03 14:27:21 Problem with SQL pane - functions definitions which returns SETOF