Problems reverse engineering functions

From: Kieran McCusker <kieran(dot)mccusker(at)kwest(dot)info>
To: pgadmin-support(at)postgresql(dot)org
Subject: Problems reverse engineering functions
Date: 2010-02-16 17:57:46
Message-ID: 4B7ADC9A.6010608@kwest.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2010-02-16 22:04:22 Re: Problems reverse engineering functions
Previous Message Quan Zongliang 2010-02-16 01:49:32 Re: Feature request: <null> in table view