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-31T19:11:50Z
Lists: pgsql-hackers
>> 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. > > Looking at other occurrences of <indexterm>, it seems > they're used quite sparingly, limiting the references to only > the pages that have the most relevant explanation for the term, > as opposed to trying to be exhaustive. > > For instance, select.sgml has only three <indexterm>, and > the entries for WHERE or JOIN don't even refer to it. > ISTM that it's on purpose, to keep the index lean, and it works. Ok. Patch applies cleanly, doc build ok, works for me. -- Fabien.
Commits
-
Add RECURSIVE to documentation index
- a5db27418e22 12.0 landed
- 58a36f91b36f 11.0 landed