From: | "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org> |
---|---|
To: | |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | [pgAdmin III] #140: Problems reverse engineering functions |
Date: | 2010-02-16 22:05:45 |
Message-ID: | 056.a5cbef76f9ce3d0cc4f57a82f787a903@code.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
#140: Problems reverse engineering functions
-----------------------------+----------------------------------------------
Reporter: Kieran McCusker | Owner: gleu
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.10
Keywords: function | Platform: all
-----------------------------+----------------------------------------------
Sorry if this has been raised before but the following function will not
be reverse engineered correctly - The final default clause will be
removed.
CREATE FUNCTION fn(a text, b integer DEFAULT NULL::integer, c integer
DEFAULT NULL::integer) returns text as $$
BEGIN
return 't';
END;
$$ LANGUAGE 'plpgsql';
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/140>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2010-02-16 22:08:04 | SVN Commit by guillaume: r8183 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/schema |
Previous Message | Magnus Hagander | 2010-02-16 12:47:17 | Refresh timer in status window very unintuitive |