Loss of some parts of the function definition

From: Sergey Grinko <sergey(dot)grinko(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Loss of some parts of the function definition
Date: 2015-04-30 11:44:53
Message-ID: CAA8WaEFfpsuPm+tvxz-WRhzJ6yuC-aS5EqfDu6JkGo7Mtvjj8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Dear developers, I have a request to you.

Now create a script in the application of its function parameters and
return values can be declared using %TYPE.
However, when you save the script is stored inside the server only what is
considered his body. Thus, we obtain:
1) loss of the custom formatting.
2) loss of communication parameters and return types with these types of
fields to create the function.
3) multidimensional arrays are transformed into one-dimensional: [][] -> []
4) loss of data accuracy: numeric(n,m) -> numeric

Please - how to save and restore the entire text of the definition to
CREATE END; unchanged.

--
Yours faithfully, Sergey Grinko
Email: sergey(dot)grinko(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-30 12:00:23 Re: Disabling trust/ident authentication configure option
Previous Message Robert Haas 2015-04-30 11:39:48 Re: Proposal : REINDEX xxx VERBOSE