HiSorry 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'; Many thanks Kieran -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support