Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b79cb8a

Browse files
committed
doc: Trim trailing whitespace
1 parent b3c2412 commit b79cb8a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

doc/src/sgml/ref/drop_database.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PostgreSQL documentation
2121

2222
<refsynopsisdiv>
2323
<synopsis>
24-
DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
24+
DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
2525

2626
<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase>
2727

@@ -81,7 +81,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8181
</para>
8282
<para>
8383
This will fail if the current user has no permissions to terminate other
84-
connections. Required permissions are the same as with
84+
connections. Required permissions are the same as with
8585
<literal>pg_terminate_backend</literal>, described in
8686
<xref linkend="functions-admin-signal"/>. This will also fail if we
8787
are not able to terminate connections.

doc/src/sgml/ref/pg_checksums.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ PostgreSQL documentation
106106
<listitem>
107107
<para>
108108
Only validate checksums in the relation with filenode
109-
<replaceable>filenode</replaceable>.
109+
<replaceable>filenode</replaceable>.
110110
</para>
111111
</listitem>
112112
</varlistentry>

doc/src/sgml/ref/pg_receivewal.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PostgreSQL documentation
6666
<para>
6767
The write-ahead log is streamed over a regular
6868
<productname>PostgreSQL</productname> connection and uses the replication
69-
protocol. The connection must be made with a user having
69+
protocol. The connection must be made with a user having
7070
<literal>REPLICATION</literal> permissions (see
7171
<xref linkend="role-attributes"/>) or a superuser, and
7272
<filename>pg_hba.conf</filename> must permit the replication connection.

doc/src/sgml/ref/pg_verifybackup.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PostgreSQL documentation
7373
files won't be listed in the backup manifest. Only files are checked;
7474
the presence or absence of directories is not verified, except
7575
indirectly: if a directory is missing, any files it should have contained
76-
will necessarily also be missing.
76+
will necessarily also be missing.
7777
</para>
7878

7979
<para>

doc/src/sgml/release-13.sgml

+5-5
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Author: Fujii Masao <fujii@postgresql.org>
210210
<listitem>
211211
<!--
212212
Author: Tom Lane <tgl@sss.pgh.pa.us>
213-
2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
213+
2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
214214
-->
215215

216216
<para>
@@ -495,7 +495,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
495495
<listitem>
496496
<!--
497497
Author: Tom Lane <tgl@sss.pgh.pa.us>
498-
2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
498+
2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
499499
-->
500500

501501
<para>
@@ -545,7 +545,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
545545
Author: Tomas Vondra <tomas.vondra@postgresql.org>
546546
2020-03-14 [e83daa7e3] Use multi-variate MCV lists to estimate ScalarArrayOpExp
547547
Author: Tomas Vondra <tomas.vondra@postgresql.org>
548-
2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
548+
2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
549549
-->
550550

551551
<para>
@@ -1638,7 +1638,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
16381638
<listitem>
16391639
<!--
16401640
Author: Tom Lane <tgl@sss.pgh.pa.us>
1641-
2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
1641+
2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
16421642
-->
16431643

16441644
<para>
@@ -2308,7 +2308,7 @@ Author: Robert Haas <rhaas@postgresql.org>
23082308
<listitem>
23092309
<!--
23102310
Author: Author: Fujii Masao <fujii@postgresql.org>
2311-
2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
2311+
2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
23122312
-->
23132313

23142314
<para>

0 commit comments

Comments
 (0)