pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.
Дата
Msg-id 20090818234020.911F775331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.  Being rigid
about it doesn't simplify the grammar at all, and it does invite confusion
among those who only read the SELECT syntax summary and not the full details.
Per gripe from Jaime Casanova.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        select.sgml (r1.122 -> r1.123)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=1.122&r2=1.123)
    pgsql/src/backend/parser:
        gram.y (r2.676 -> r2.677)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.676&r2=2.677)

В списке pgsql-committers по дате отправления:

Предыдущее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Pick up REGRESS_OPTS from contrib makefiles.
Следующее
От: bschwarz@pgfoundry.org (User Bschwarz)
Дата:
Сообщение: pgtcl - libpgtcl: * cleaned up and added tests for the options to