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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server: The attached patch allows 'select foo()' as well as
Дата
Msg-id 20040721204555.1D643D1B1C8@svr1.postgresql.org
обсуждение исходный текст
Список 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)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Please find enclosed a patch that matches the PL/Perl
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Invent WAL timelines, as per recent discussion, to make