doc: Fix some typos and grammar
authorMichael Paquier
Wed, 25 Oct 2023 00:41:09 +0000 (09:41 +0900)
committerMichael Paquier
Wed, 25 Oct 2023 00:41:09 +0000 (09:41 +0900)
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, Maxim
Yablokov
Discussion: https://postgr.es/m/7aad518b-3e6d-47f3-9184-b1d69cb412e7@postgrespro.ru
Backpatch-through: 11

doc/src/sgml/charset.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/nls.sgml
doc/src/sgml/pgwalinspect.sgml
doc/src/sgml/ref/create_foreign_table.sgml
doc/src/sgml/system-views.sgml
doc/src/sgml/xact.sgml

index 25febcac4c08e8173781584e6c4805a76bfd9482..975b9dc95239ff710141ce999ebf0cb19f774f27 100644 (file)
@@ -1158,7 +1158,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
     
       shows which textual feature
      differences are considered significant when determining equality at the
-     given level. The unicode character U+2063 is an
+     given level. The Unicode character U+2063 is an
      invisible separator, and as seen in the table, is ignored for at all
      levels of comparison less than identic.
     
index e9c2d82472c8a7492b555a29b50871f1d6aa941e..7fcddaa97df9b62bde6fb4aae7462a1a804b0163 100644 (file)
@@ -984,7 +984,7 @@ mymap   /^(.*)@otherdomain\.com$   guest
    a slash (/), the remainder of the field is treated
    as a regular expression (see 
    for details of PostgreSQL's regular
-   expression syntax. It is not possible to use \1
+   expression syntax). It is not possible to use \1
    to use a capture from regular expression on
    system-username for a regular expression
    on database-username.
index 37f542a325e2e89635f5283731dba3c63ba820e4..c8cc116283d22acee432e7a9a49a985d5031303c 100644 (file)
@@ -2103,9 +2103,9 @@ ninja
     configure with the  option to select the one you
     want to use and then build using meson compile. To
     learn more about these backends and other arguments you can provide to
-    ninja, you can refer to the meson 
+    ninja, you can refer to the 
     url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
-    documentation.
+    Meson documentation.
    
   
 
index 9b6a7da870d8c3f1f48ef6433389a6e9b62d710a..0ad1b2c9c4532b28aa2b2a40f6cb995350b1d303 100644 (file)
@@ -205,7 +205,7 @@ make update-po
    
     The PO files can be edited with a regular text editor. There are also
     several specialized editors for PO files which can help the process with
-    translation specific features.
+    translation-specific features.
     There is (unsurprisingly) a PO mode for Emacs, which can be quite
     useful.
    
index 762ad6981767cbe841859142e2efc04d2a885dc1..3a8121c70f1f11274d228c942156c2c77dba45dc 100644 (file)
@@ -209,7 +209,7 @@ block_fpi_data    |
       
        The pg_filenode_relation function (see
        ) can help you to
-       determine which relation was modified during original execution
+       determine which relation was modified during original execution.
       
      
      
index ae1f94b9de732829d4d089793f8398c501bbc249..dc4b90759901b391ff16f7220b91fbe869bbd139 100644 (file)
@@ -376,7 +376,7 @@ WITH ( MODULUS numeric_literal, REM
     an UPDATE that changes the partition key value can
     cause a row to be moved from a local partition to a foreign-table
     partition, provided the foreign data wrapper supports tuple routing.
-    However it is not currently possible to move a row from a
+    However, it is not currently possible to move a row from a
     foreign-table partition to another partition.
     An UPDATE that would require doing that will fail
     due to the partitioning constraint, assuming that that is properly
index 57b228076e8ec6539daeadef7a9681253372443e..b3be3ebe71082450d67f369d47e5f62bb90e9ee7 100644 (file)
 
   
    Apply transaction locks are used in parallel mode to apply the transaction
-   in logical replication. The remote transaction id is displayed in the
+   in logical replication. The remote transaction ID is displayed in the
    transactionid column. The objsubid
    displays the lock subtype which is 0 for the lock used to synchronize the
    set of changes, and 1 for the lock used to wait for the transaction to
index b467660eeec15b84ef3833510f42d38d74c70bc4..ab22e45b05c52a00f7040d85fd6f507218d3cb2a 100644 (file)
   
    When a top-level transaction with an xid commits, all of its
    subcommitted child subtransactions are also persistently recorded
-   as committed in the pg_xact directory.  If the
+   as committed in the pg_xact subdirectory.  If the
    top-level transaction aborts, all its subtransactions are also aborted,
    even if they were subcommitted.