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