Re: Bug: SQL pane: schema-prefix of composite types - Mailing list pgadmin-support

From Erwin Brandstetter
Subject Re: Bug: SQL pane: schema-prefix of composite types
Date
Msg-id 4550CE9F.3050609@falter.at
Whole thread Raw
In response to Re: Bug: SQL pane: schema-prefix of composite types duplicated  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: Bug: SQL pane: schema-prefix of composite types  (Dave Page <dpage@postgresql.org>)
List pgadmin-support
Hi Dave!

I am afraid I have encountered another one of those undead bugs.
It would seem that the case where the return type of a function is 
specified via OUT-parameter has slipped through:
That's what I get for one of my real functions (note the duplicated 
schema-name with the OUT-parameter!):

CREATE OR REPLACE FUNCTION cp.f_todo_interesse(OUT t cp."cp.t_todo") RETURNS SETOF cp.t_todo AS
$BODY$
(...)


Regards
Erwin



pgadmin-support by date:

Previous
From: Erwin Brandstetter
Date:
Subject: Re: A couple of quirks in the edit grid
Next
From: Dave Page
Date:
Subject: Re: A couple of quirks in the edit grid