pgsql/src/backend/parser (analyze.c gram.y)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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

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

Modified Files:
analyze.c gram.y

----------------------------- 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.