Re: Doc patch: add RECURSIVE to bookindex
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Daniel Verite <daniel@manitou-mail.org>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-31T12:41:55Z
Lists: pgsql-hackers
Hello Daniel, > I've noticed that RECURSIVE as a term is not in the index, and thought > it should be. PFA a patch to add it with references to WITH queries and > CREATE VIEW. Sounds reasonable. Why referencing only create_view, but not delete, insert, update, select or select_into where RECURSIVE is also used? ISTM that at least the select page should be referenced, I'm less sure of the others because there it appears only in the synopsys. -- Fabien.
Commits
-
Add RECURSIVE to documentation index
- a5db27418e22 12.0 landed
- 58a36f91b36f 11.0 landed