From b79cb8a919c2614c81ae7578b863b7f582a9baf2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 7 Jun 2020 13:24:40 +0200 Subject: [PATCH] doc: Trim trailing whitespace --- doc/src/sgml/ref/drop_database.sgml | 4 ++-- doc/src/sgml/ref/pg_checksums.sgml | 2 +- doc/src/sgml/ref/pg_receivewal.sgml | 2 +- doc/src/sgml/ref/pg_verifybackup.sgml | 2 +- doc/src/sgml/release-13.sgml | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/ref/drop_database.sgml b/doc/src/sgml/ref/drop_database.sgml index cef1b904219..ff01450ba77 100644 --- a/doc/src/sgml/ref/drop_database.sgml +++ b/doc/src/sgml/ref/drop_database.sgml @@ -21,7 +21,7 @@ PostgreSQL documentation -DROP DATABASE [ IF EXISTS ] name [ [ WITH ] ( option [, ...] ) ] +DROP DATABASE [ IF EXISTS ] name [ [ WITH ] ( option [, ...] ) ] where option can be: @@ -81,7 +81,7 @@ DROP DATABASE [ IF EXISTS ] name [ This will fail if the current user has no permissions to terminate other - connections. Required permissions are the same as with + connections. Required permissions are the same as with pg_terminate_backend, described in . This will also fail if we are not able to terminate connections. diff --git a/doc/src/sgml/ref/pg_checksums.sgml b/doc/src/sgml/ref/pg_checksums.sgml index 6baf9deaaea..8e7807f86bd 100644 --- a/doc/src/sgml/ref/pg_checksums.sgml +++ b/doc/src/sgml/ref/pg_checksums.sgml @@ -106,7 +106,7 @@ PostgreSQL documentation Only validate checksums in the relation with filenode - filenode. + filenode. diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index 110d5717149..cad4689ae60 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -66,7 +66,7 @@ PostgreSQL documentation The write-ahead log is streamed over a regular PostgreSQL connection and uses the replication - protocol. The connection must be made with a user having + protocol. The connection must be made with a user having REPLICATION permissions (see ) or a superuser, and pg_hba.conf must permit the replication connection. diff --git a/doc/src/sgml/ref/pg_verifybackup.sgml b/doc/src/sgml/ref/pg_verifybackup.sgml index 4f75863a8cb..c2b7567c4cf 100644 --- a/doc/src/sgml/ref/pg_verifybackup.sgml +++ b/doc/src/sgml/ref/pg_verifybackup.sgml @@ -73,7 +73,7 @@ PostgreSQL documentation files won't be listed in the backup manifest. Only files are checked; the presence or absence of directories is not verified, except indirectly: if a directory is missing, any files it should have contained - will necessarily also be missing. + will necessarily also be missing. diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 5c4b5fbf546..8c0dc5a2a84 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -210,7 +210,7 @@ Author: Fujii Masao @@ -495,7 +495,7 @@ Author: Tom Lane @@ -545,7 +545,7 @@ Author: Tomas Vondra Author: Tomas Vondra 2020-03-14 [e83daa7e3] Use multi-variate MCV lists to estimate ScalarArrayOpExp Author: Tomas Vondra -2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional +2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional --> @@ -1638,7 +1638,7 @@ Author: Thomas Munro @@ -2308,7 +2308,7 @@ Author: Robert Haas