Re: Doc patch: add RECURSIVE to bookindex
Daniel Verite <daniel@manitou-mail.org>
From: "Daniel Verite" <daniel@manitou-mail.org>
To: "Fabien COELHO" <coelho@cri.ensmp.fr>
Cc: "PostgreSQL Developers" <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-31T14:17:58Z
Lists: pgsql-hackers
Fabien COELHO wrote: > 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. Best regards, -- Daniel Vérité PostgreSQL-powered mailer: http://www.manitou-mail.org Twitter: @DanielVerite
Commits
-
Add RECURSIVE to documentation index
- a5db27418e22 12.0 landed
- 58a36f91b36f 11.0 landed