Typo fixes for documentation
authorAlexander Korotkov
Fri, 13 Sep 2019 14:21:20 +0000 (17:21 +0300)
committerAlexander Korotkov
Fri, 13 Sep 2019 14:22:49 +0000 (17:22 +0300)
Discussion: https://postgr.es/m/CAEkD-mDUZrRE%3Dk-FznEg4Ed2VdjpZCyHoyo%2Bp0%2B8KvHqR%3DpNVQ%40mail.gmail.com
Author: Liudmila Mantrova, Alexander Lakhin
Reviewed-by: Alexander Korotkov, Alvaro Herrera
Backpatch-through: 12

doc/src/sgml/charset.sgml
doc/src/sgml/config.sgml
doc/src/sgml/func.sgml

index 8b9a29c4449c50f627734de879801d17b4081320..4c6fa7087977f488377a5c2efc6c6d1b29d0bc8b 100644 (file)
@@ -887,7 +887,7 @@ CREATE COLLATION french FROM "fr-x-icu";
    
 
    
-    Nondeterminstic Collations
+    Nondetermin<span class="marked">i</span>stic Collations
 
     
      A collation is either deterministic or
index 7f9ce8fcba3cd33e6b1c24aa9d496d54fb050225..6612f95f9fad28ae1b73f5c91faee8385b501599 100644 (file)
@@ -188,7 +188,7 @@ shared_buffers = 128MB
      a PostgreSQL data directory contains a file
      postgresql.auto.confpostgresql.auto.conf,
      which has the same format as postgresql.conf but
-     is intended to be edited automatically not manually.  This file holds
+     is intended to be edited automatically, not manually.  This file holds
      settings provided through the  command.
      This file is read whenever postgresql.conf is,
      and its settings take effect in the same way.  Settings
index 829ad07a90cc1bcb569dc069bc1940c509f2dd4f..9cb48c64e001ae2e4221e73385c05b4309f1676d 100644 (file)
@@ -20555,7 +20555,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
         (slot_name namelsn pg_lsn)
        
        
-        Copies an existing physical replication slot name src_slot_name
+        Copies an existing physical replication slot named src_slot_name
         to a physical replication slot named dst_slot_name.
         The copied physical slot starts to reserve WAL from the same LSN as the
         source slot.
@@ -21662,7 +21662,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
    
     pg_ls_archive_statusdir returns the name, size, and
     last modified time (mtime) of each file in the WAL archive status
-    directory <literal>pg_wal/archive_status>. By default only
+    directory <filename>pg_wal/archive_status>. By default only
     superusers and members of the pg_monitor role can
     use this function. Access may be granted to others using
     GRANT.