pgsql: Remove ancient restriction that LIMIT/OFFSET can't contain a

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove ancient restriction that LIMIT/OFFSET can't contain a
Дата
Msg-id 20080215171947.02359754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select.
This was probably protecting some implementation limitation when it was
put in, but as far as I can tell the planner and executor have no such
assumption anymore; the case seems to work fine.  Per a gripe from
Grzegorz Jaskiewicz.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_clause.c (r1.168 -> r1.169)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_clause.c?r1=1.168&r2=1.169)

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