pgsql: Doc: clarify use of RECURSIVE in WITH.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: clarify use of RECURSIVE in WITH.
Дата
Msg-id E1iX9Pk-0001Fv-0t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: clarify use of RECURSIVE in WITH.

Apparently some people misinterpreted the syntax as being that
RECURSIVE is a prefix of individual WITH queries.  It's a modifier
for the WITH clause as a whole, so state that more clearly.

Discussion: https://postgr.es/m/ca53c6ce-a0c6-b14a-a8e3-162f0b2cc119@a-kretschmer.de

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e8516ef6c60adbcc40e2b913cafebf214f1d99c

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 8 ++++++++
1 file changed, 8 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: clarify use of RECURSIVE in WITH.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix deadlock between ginDeletePage() and ginStepRight()