Column names in rowsets returned from function - Mailing list pgsql-general

From Krzysztof Barlik
Subject Column names in rowsets returned from function
Date
Msg-id 200909261832.55653.kbarlik@wp.pl
Whole thread Raw
Responses Re: Column names in rowsets returned from function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I have a question - is it possible to rename
columns in rowset returned from plpgsql function
delared as 'returns table(...)' ?

It seems it's not possible, even using
'as "column_name"' in internal query and
column names are always the same as in
'table(...)' definition.

If not, could it be possible in the future ?

Thanks,
Krzysztof

pgsql-general by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Solaris Postgres
Next
From: John R Pierce
Date:
Subject: Re: Solaris Postgres