Re: documentation structure
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Andrew Dunstan <andrew@dunslane.net>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2024-03-21T23:40:38Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
docs: Consistently use <optional> to indicate optional parameters
- 0d829703363b 18.0 landed
-
docs: Consolidate into new "WAL for Extensions" chapter.
- 09d9800e5282 17.0 landed
-
freespace: Don't return blocks past the end of the main fork.
- 935829743151 17.0 cited
-
docs: Merge separate chapters on built-in index AMs into one.
- fe8eaa54420c 17.0 landed
-
docs: Demote "Monitoring Disk Usage" from chapter to section.
- f470b5c67924 17.0 landed
-
doc: move system views section to its own chapter
- 64d364bb39cb 16.0 cited
On 21.03.24 15:31, Robert Haas wrote: > On Thu, Mar 21, 2024 at 9:38 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I'd follow the extend.sgml precedent: have a file corresponding to the >> chapter and containing any top-level text we need, then that includes >> a file per sect1. > > OK, here's a new patch set. I've revised 0003 and 0004 to use this > approach, and I've added a new 0005 that does essentially the same > thing for the PL chapters. I'm highly against this. If I want to read about PL/Python, why should I have to wade through PL/Perl and PL/Tcl? I think, abstractly, in a book, PL/Python should be a chapter of its own. Just like GiST should be a chapter of its own. Because they are self-contained topics.