Date: Saturday, November 4, 2000 @ 19:15:52
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
from hub.org:/home/projects/pgsql/tmp/cvs-serv82497/src/backend/nodes
Modified Files:
copyfuncs.c equalfuncs.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.
pgsql-committers by date
| Next: | From: tgl | Date: 2000-11-05 00:15:54 |
| Subject: pgsql/src/include/nodes (parsenodes.h) |
| Previous: | From: tgl | Date: 2000-11-05 00:15:52 |
| Subject: pgsql/src/backend/executor (nodeLimit.c) |