Thread
Commits
-
Add RECURSIVE to documentation index
- a5db27418e22 12.0 landed
- 58a36f91b36f 11.0 landed
-
Doc patch: add RECURSIVE to bookindex
Daniel Verite <daniel@manitou-mail.org> — 2018-07-31T11:30:35Z
Hi, 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. Best regards, -- Daniel Vérité PostgreSQL-powered mailer: http://www.manitou-mail.org Twitter: @DanielVerite
-
Re: Doc patch: add RECURSIVE to bookindex
Fabien COELHO <coelho@cri.ensmp.fr> — 2018-07-31T12:41:55Z
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.
-
Re: Doc patch: add RECURSIVE to bookindex
Daniel Verite <daniel@manitou-mail.org> — 2018-07-31T14:17:58Z
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
-
Re: Doc patch: add RECURSIVE to bookindex
Fabien COELHO <coelho@cri.ensmp.fr> — 2018-07-31T19:11:50Z
>> 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.
-
Re: Doc patch: add RECURSIVE to bookindex
Fabien COELHO <coelho@cri.ensmp.fr> — 2018-08-01T11:36:09Z
Hello Daniel, > Patch applies cleanly, doc build ok, works for me. I have added it to the next CF and marked it as ready. -- Fabien.
-
Re: Doc patch: add RECURSIVE to bookindex
Alvaro Herrera <alvherre@2ndquadrant.com> — 2018-08-09T20:21:25Z
On 2018-Aug-01, Fabien COELHO wrote: > Hello Daniel, > > > Patch applies cleanly, doc build ok, works for me. > > I have added it to the next CF and marked it as ready. Pushed, thanks. I applied it to 11 too. I would have added it even further back, but it didn't apply cleanly. How about an index entry for "CSV"? -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services