Problem with SQL pane - functions definitions which returns SETOF - Mailing list pgadmin-support

From Taras Kopets
Subject Problem with SQL pane - functions definitions which returns SETOF
Date
Msg-id ce3f16fd0708030727h32e486e4rebaf60fcd360b356@mail.gmail.com
Whole thread Raw
Responses Re: Problem with SQL pane - functions definitions which returns SETOF  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
Hi!

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 ..........

Taras Kopets


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: bug - when Restore env option
Next
From: Guillaume Lelarge
Date:
Subject: Re: Problem with SQL pane - functions definitions which returns SETOF