Problems reverse engineering functions - Mailing list pgadmin-support

From Kieran McCusker
Subject Problems reverse engineering functions
Date
Msg-id 4B7ADC9A.6010608@kwest.info
Whole thread Raw
Responses Re: Problems reverse engineering functions  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
Hi

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


Many thanks

Kieran






pgadmin-support by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: Feature request: in table view
Next
From: Guillaume Lelarge
Date:
Subject: Re: Problems reverse engineering functions