Re: --sync-method isn't documented to take an argument
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Robert Haas <robertmhaas@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Nathan Bossart <nathandbossart@gmail.com>
Date: 2023-10-04T15:16:48Z
Lists: pgsql-hackers
> On 4 Oct 2023, at 17:07, Tom Lane <tgl@sss.pgh.pa.us> wrote: > OK, so now I know what the possible values of "class" are, but > I'm still not seeing a reason why we shouldn't just assume that > "parameter" is the only one of interest. I think "parameter" is the only one of interest for this usecase (params to application options), but it might not necessarily be applicable to other uses of <replaceable /> we have in the tree, like for example in bki.sgml: <replaceable>oprname(lefttype,righttype)</replaceable> But since we don't know if anyone is rendering our docs with a custom style, or ever will, this is all very theoretical. Maybe skipping the class attribute is the right choice for consistency? -- Daniel Gustafsson
Commits
-
Document that --sync-method takes an argument.
- 684d9bfdd5a6 17.0 landed