procedure returns a tuple
Karel Zak <zakkr@zf.jcu.cz>
From: Karel Zak <zakkr@zf.jcu.cz>
To: pgsql-hackers <pgsql-hackers@postgreSQL.org>
Date: 2000-03-31T15:33:29Z
Lists: pgsql-hackers
Hi, I a little study on DejaNews a large discussion (October 1999) about new fmgr and functions which return tuples. (IMHO 'function' is not good name for this, better is 'procedure'.) A question, is this feature planned for 7.1 and work on this anyone? IMHO it not needs change current fmgr code, it needs only RTE code (parser and transformStmt) and executor code change (executor call myfunc() and this function create temp table and this table use executor as standart table.) (..it is really simplification :-) Or is other idea? Karel /* ---------------- * Karel Zak * zakkr@zf.jcu.cz * http://home.zf.jcu.cz/~zakkr/ * C, PostgreSQL, PHP, WWW, http://docs.linux.cz * ---------------- */