Re: How to use CreateFunctionStmt's RETURN TABLE?

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: How to use CreateFunctionStmt's RETURN TABLE?
Дата
Msg-id 4E2E73B2.6090304@enterprisedb.com
обсуждение исходный текст
Ответ на How to use CreateFunctionStmt's RETURN TABLE?  ("_石头" <tanjia76@hotmail.com>)
Список pgsql-hackers
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_listopt_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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "_石头"
Дата:
Сообщение: How to use CreateFunctionStmt's RETURN TABLE?
Следующее
От: Nikhil Sontakke
Дата:
Сообщение: Re: Check constraints on partition parents only?