#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

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to