PostgreSQL 15 minor fixes in protocol.sgml
Ekaterina Kiryanova <e.kiryanova@postgrespro.ru>
From: Ekaterina Kiryanova <e.kiryanova@postgrespro.ru>
To: pgsql-docs@lists.postgresql.org
Date: 2022-08-01T20:00:20Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- protocol.patch (text/x-patch) patch
Hello! I've come across some typos in protocol.sgml for PostgreSQL 15 so please have a look at the attached patch. I didn't include it in the patch but I also suggest removing single quotes around 'method' for the COMPRESSION option to help avoid confusion. (All the supported compression methods consist of a single word so in my opinion there is no need to use quotes in this case.) -- <term><literal>COMPRESSION</literal> <replaceable>'method'</replaceable></term> I've also noticed that there are two ways to describe an option: "If set to true" / "If true". As far as I know, the option here is specified by its name rather than being explicitly set to true so "if true" seems to be more correct, and this could be a slight improvement for this page. Please correct me if I'm wrong. Another point worth mentioning is that only this file contains the phrase "two-phase transaction". I believe that "two-phase commit transaction" or "transaction prepared for two-phase commit" depending on the situation would be better wording. And finally, could you please clarify this part? -- The end LSN of the prepare transaction. Is it a typo of "prepared transaction"? Or is it the LSN of the transaction for Prepare? If it's the latter, perhaps it'd make more sense to capitalize it. -- Best regards, Ekaterina Kiryanova Technical Writer Postgres Professional the Russian PostgreSQL Company
Commits
-
doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"
- f8b96c211da0 11.22 landed
- 616de5bb3573 12.17 landed
- aa0246ccf5bb 13.13 landed
- 52a105eff2ba 14.10 landed
- bbbf1510bc41 15.5 landed
- 354b3ebf17c4 16.1 landed
- 4210b55f5985 17.0 landed
-
Improve the protocol message descriptions for 2PC logical replication.
- 0e60a50e0bf1 16.0 landed
- c5d67881d343 15.0 landed
-
doc: Fix typos in protocol.sgml
- 5b94d3ccb7ad 15.0 landed
- a69959fab2f3 16.0 landed
-
Fix inconsistencies and typos in the tree, take 10
- 66bde49d96a9 13.0 cited