When a function not returning RECORD has a single OUT parameter, use

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9ea14ef56ab8b7d22a4148c4e6765a7874d968a4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-06T19:51:16Z
Releases: 8.1.0
When a function not returning RECORD has a single OUT parameter, use
the parameter's name (if any) as the default column name for SELECT FROM
the function, rather than the function name as previously.  I still think
this is a bad idea, but I lost the argument.  Force decompilation of
function RTEs to specify full aliases always, to reduce the odds of this
decision breaking dumped views.

Files