pgsql-server: The attached patch allows 'select foo()' as well as

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: The attached patch allows 'select foo()' as well as
Date: 2004-07-21 20:45:55
Message-ID: 20040721204555.1D643D1B1C8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The attached patch allows 'select foo()' as well as 'select * from
foo()' where foo() is a plperl function that returns a single composite.

Andrew Dunstan

Modified Files:
--------------
pgsql-server/src/pl/plperl:
plperl.c (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/plperl/plperl.c.diff?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-07-21 22:31:27 pgsql-server: Invent WAL timelines, as per recent discussion, to make
Previous Message Bruce Momjian 2004-07-21 20:45:03 pgsql-server: Please find enclosed a patch that matches the PL/Perl