Problem with SQL pane - functions definitions which returns SETOF

From: "Taras Kopets" <tkopets(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Problem with SQL pane - functions definitions which returns SETOF
Date: 2007-08-03 14:27:21
Message-ID: ce3f16fd0708030727h32e486e4rebaf60fcd360b356@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2007-08-03 14:46:15 Re: Problem with SQL pane - functions definitions which returns SETOF
Previous Message Dave Page 2007-08-02 09:12:43 Re: bug - when Restore env option