[pgAdmin III] #140: Problems reverse engineering functions - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #140: Problems reverse engineering functions
Date
Msg-id 056.a5cbef76f9ce3d0cc4f57a82f787a903@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #140: Problems reverse engineering functions
List 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

pgadmin-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Refresh timer in status window very unintuitive
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r8183 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/schema