回复: [HACKERS] How to use CreateFunctionStmt's RETURN TABLE?

From: _石头 <tanjia76(at)hotmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: 回复: [HACKERS] How to use CreateFunctionStmt's RETURN TABLE?
Date: 2011-07-26 09:58:34
Message-ID: tencent_59AC424C468118FD512964D4@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

thank you!


------------------ 原始邮件 ------------------
发件人: "Heikki Linnakangas";
发送时间: 2011年7月26日(星期二) 下午3:58
收件人: "_??";
抄送: "pgsql-hackers";
主题: Re: [HACKERS] How to use CreateFunctionStmt's RETURN TABLE?


On 26.07.2011 10:22, _?? wrote:
> I do not know how to use the second syntax:RETURNS TABLE '(' table_func_column_list ')' createfunc_opt_list opt_definition.

This is hardly a question related to PostgreSQL development,
pgsql-general mailing list would've been more appropriate.

This is documented at:
http://www.postgresql.org/docs/9.0/static/sql-createfunction.html

There's an example using that syntax on that page.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2011-07-26 12:09:13 Re: Another issue with invalid XML values
Previous Message Aron 2011-07-26 08:18:55 Re: vacuumlo patch