Обсуждение: pgsql/src/include/nodes (parsenodes.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/nodes (parsenodes.h)

От
tgl@postgresql.org
Дата:
  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.