pgsql/src/backend/executor (nodeLimit.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor (nodeLimit.c)
Date: 2000-11-05 00:15:52
Message-ID: 200011050015.eA50FqR82501@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, November 4, 2000 @ 19:15:52
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv82497/src/backend/executor

Modified Files:
nodeLimit.c

----------------------------- Log Message -----------------------------

Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where
the grammar did not allow redundant parentheses around sub-selects.
Distinguish LIMIT ALL from LIMIT 0; make the latter behave as one would
expect.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-05 00:15:53 pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Previous Message momjian 2000-11-04 21:09:42 pgsql/doc/src/sgml/ref (createlang.sgml)