From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/src backend/parser/parse_clause.c ... |
Date: | 2003-02-13 05:53:46 |
Message-ID: | 20030213055346.D6B80475F5F@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 03/02/13 00:53:46
Modified files:
src/backend/parser: parse_clause.c parse_target.c
src/include/parser: parse_target.h
Log message:
[ Revert patch ]
> =================================================================
> User interface proposal for multi-row function targetlist entries
> =================================================================
> 1. Only one targetlist entry may return a set.
> 2. Each targetlist item (other than the set returning one) is
> repeated for each item in the returned set.
>
Having gotten no objections (actually, no response at all), I can only
assume no one had heartburn with this change. The attached patch covers
the first of the two proposals, i.e. restricting the target list to only
one set returning function.
Joe Conway
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2003-02-13 07:21:42 | Re: pgsql-server/src/backend commands/sequence.c p ... |
Previous Message | Bruce Momjian - CVS | 2003-02-13 05:47:47 | pgsql-server/doc/src/sgml client-auth.sgml |