Re: [PATCHES] refreshed table function support

2007-05-06 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Pa

[PATCHES] refreshed table function support

2007-05-06 Thread Pavel Stehule
Hello This patch contains implementation of table functions defined in ANSI SQL 2003 (Conformance with SQL2003: T326 Table functions). Patch adds new proargmode PROARGMODE_TABLE (based on PROARGMODE_OUT). Columns of output table are similar OUT arguments, but don't generate any variables. Propos