From eb57bd9c1d83a20eaff559a53b2f584dcd0668a8 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Fri, 13 Sep 2019 17:21:20 +0300 Subject: [PATCH] Typo fixes for documentation 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 | 2 +- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/func.sgml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 1fd7834339..b672da47d0 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -887,7 +887,7 @@ CREATE COLLATION french FROM "fr-x-icu"; - Nondeterminstic Collations + Nondeterministic Collations A collation is either deterministic or diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 7f9ce8fcba..6612f95f9f 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 17bebc4fe1..cdf41ddef4 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20585,7 +20585,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); (slot_name name, lsn 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. @@ -21692,7 +21692,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 pg_wal/archive_status. By default only + directory 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.