Re: typos
Justin Pryzby <pryzby@telsasoft.com>
On Thu, Apr 14, 2022 at 09:39:42AM +1200, David Rowley wrote: > On Thu, 14 Apr 2022 at 05:40, Justin Pryzby <pryzby@telsasoft.com> wrote: > > There's (only) a few remaining. > > I've pushed 0001 and 0002 of the 3rd batch of patches. I left 0003 as Thanks > I just didn't feel it was a meaningful enough improvement. > > From docs/, if I do: > > $ git grep ", which is the default" | wc -l > 9 > > $ git grep ", the default" | wc -l > 64 > > You're proposing to make the score 10, 63. I'm not sure if that's a > good direction to go in. Well, I'm proposing to change the only instance of this: $ git grep -F ", the default)" doc/src/sgml/ref/create_publication.sgml: partition's row filter (if the parameter is false, the default) or the root Maybe what's needed is more like this. If the publication contains a partitioned table, and the publication parameter <literal>publish_via_partition_root</literal> is false (the default), then the row filter is taken from the partition; otherwise, the row filter is taken from the root partitioned table. I'll plan to keep this around and may come back to it later. On Thu, Apr 14, 2022 at 08:56:22AM +1200, David Rowley wrote: > I've left out the following change as it does not seem to be bringing > any sort of consistency to the docs overall. It only brings > consistency to a single source file in the docs. > > - You need <productname>zstd</productname>, if you want to support > + You need <productname>ZSTD</productname>, if you want to support > > See: git grep -i ">zstd<" It may not be worth changing just this one line, but the reason I included it here is for consistency: $ git grep 'zstd.*product' doc doc/src/sgml/config.sgml: <literal>zstd</literal> (if <productname>PostgreSQL</productname> $ git grep 'ZSTD.*product' doc doc/src/sgml/install-windows.sgml: <term><productname>ZSTD</productname></term> doc/src/sgml/install-windows.sgml: Required for supporting <productname>ZSTD</productname> compression doc/src/sgml/installation.sgml: You need <productname>ZSTD</productname>, if you want to support doc/src/sgml/installation.sgml: Build with <productname>ZSTD</productname> compression support. If we were to change it, maybe they should all say "Zstandard (zstd)". ZSTD looks like an acronym, which I think it is not, and Zstandard indicates how to pronounce it.
Commits
-
Fix typos and grammar in code and test comments
- 45edde037efc 15.0 landed
-
Standardize references to Zstandard as <productname>
- 586955dddecc 15.0 landed
-
CREATE PUBLICATION ref: Minor tweaks to row filters
- bb85eec6fe91 15.0 landed
-
Add missing spaces after single-line comments
- a00fd066b1b6 15.0 landed
-
Docs: fix some spelling mistakes and also do some wordsmithing
- ac8be0cb9578 15.0 landed
-
Remove extraneous blank lines before block-closing braces
- 24d2b2680a8d 15.0 landed
-
Docs: wording improvement for compute_query_id = regress
- ea669b808838 14.3 landed
- a59746d31126 15.0 landed
-
Docs: tidy up various usages of the productname tag
- fdc18ea23b39 15.0 landed
-
Docs: adjust wording about basebackup_to_shell's required_role GUC
- d27323db7c45 15.0 landed
-
Docs: adjust pg_upgrade syntax to mark -B as optional
- 9144fa27dd7f 13.7 landed
- e286be5d0531 14.3 landed
- 0f0b76b67a06 15.0 landed
-
Docs: avoid confusing use of the word "synchronized"
- af3e3a9b4f52 12.11 landed
- e22fd217ec5b 13.7 landed
- 3a95dfe4025f 14.3 landed
- 55ff3563d8fa 15.0 landed
-
Fix grammatical errors and typos in logical replication docs.
- aeebb8bf233e 15.0 landed
-
Docs: Mention that relpersistence is for sequences now too
- e0064f0ff6df 15.0 landed
-
Fix various typos and spelling mistakes in code comments
- b0e5f02ddc83 15.0 landed
-
Docs: Fix various mistakes and typos
- bba3c35b29d0 15.0 landed