Ticket #140 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Problems reverse engineering functions

Reported by: Kieran McCusker Owned by: gleu
Priority: minor Milestone: 1.10.2
Component: pgadmin Version: 1.10
Keywords: function Cc:
Platform: all

Description

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';

Change History

Changed 2 years ago by gleu

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.10.2

Fixed in r8183 and r8184.

Note: See TracTickets for help on using tickets.