Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b79cb8a9
Commit
b79cb8a9
authored
Jun 07, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Trim trailing whitespace
parent
b3c2412e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
doc/src/sgml/ref/drop_database.sgml
doc/src/sgml/ref/drop_database.sgml
+2
-2
doc/src/sgml/ref/pg_checksums.sgml
doc/src/sgml/ref/pg_checksums.sgml
+1
-1
doc/src/sgml/ref/pg_receivewal.sgml
doc/src/sgml/ref/pg_receivewal.sgml
+1
-1
doc/src/sgml/ref/pg_verifybackup.sgml
doc/src/sgml/ref/pg_verifybackup.sgml
+1
-1
doc/src/sgml/release-13.sgml
doc/src/sgml/release-13.sgml
+5
-5
No files found.
doc/src/sgml/ref/drop_database.sgml
View file @
b79cb8a9
...
@@ -21,7 +21,7 @@ PostgreSQL documentation
...
@@ -21,7 +21,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<refsynopsisdiv>
<synopsis>
<synopsis>
DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase>
<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase>
...
@@ -81,7 +81,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
...
@@ -81,7 +81,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
</para>
</para>
<para>
<para>
This will fail if the current user has no permissions to terminate other
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
<literal>pg_terminate_backend</literal>, described in
<literal>pg_terminate_backend</literal>, described in
<xref linkend="functions-admin-signal"/>. This will also fail if we
<xref linkend="functions-admin-signal"/>. This will also fail if we
are not able to terminate connections.
are not able to terminate connections.
...
...
doc/src/sgml/ref/pg_checksums.sgml
View file @
b79cb8a9
...
@@ -106,7 +106,7 @@ PostgreSQL documentation
...
@@ -106,7 +106,7 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Only validate checksums in the relation with filenode
Only validate checksums in the relation with filenode
<replaceable>filenode</replaceable>.
<replaceable>filenode</replaceable>.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/pg_receivewal.sgml
View file @
b79cb8a9
...
@@ -66,7 +66,7 @@ PostgreSQL documentation
...
@@ -66,7 +66,7 @@ PostgreSQL documentation
<para>
<para>
The write-ahead log is streamed over a regular
The write-ahead log is streamed over a regular
<productname>PostgreSQL</productname> connection and uses the replication
<productname>PostgreSQL</productname> 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
<literal>REPLICATION</literal> permissions (see
<literal>REPLICATION</literal> permissions (see
<xref linkend="role-attributes"/>) or a superuser, and
<xref linkend="role-attributes"/>) or a superuser, and
<filename>pg_hba.conf</filename> must permit the replication connection.
<filename>pg_hba.conf</filename> must permit the replication connection.
...
...
doc/src/sgml/ref/pg_verifybackup.sgml
View file @
b79cb8a9
...
@@ -73,7 +73,7 @@ PostgreSQL documentation
...
@@ -73,7 +73,7 @@ PostgreSQL documentation
files won't be listed in the backup manifest. Only files are checked;
files won't be listed in the backup manifest. Only files are checked;
the presence or absence of directories is not verified, except
the presence or absence of directories is not verified, except
indirectly: if a directory is missing, any files it should have contained
indirectly: if a directory is missing, any files it should have contained
will necessarily also be missing.
will necessarily also be missing.
</para>
</para>
<para>
<para>
...
...
doc/src/sgml/release-13.sgml
View file @
b79cb8a9
...
@@ -210,7 +210,7 @@ Author: Fujii Masao <fujii@postgresql.org>
...
@@ -210,7 +210,7 @@ Author: Fujii Masao <fujii@postgresql.org>
<listitem>
<listitem>
<!--
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Author: Tom Lane <tgl@sss.pgh.pa.us>
2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
-->
-->
<para>
<para>
...
@@ -495,7 +495,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
...
@@ -495,7 +495,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<listitem>
<listitem>
<!--
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Author: Tom Lane <tgl@sss.pgh.pa.us>
2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
-->
-->
<para>
<para>
...
@@ -545,7 +545,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
...
@@ -545,7 +545,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2020-03-14 [e83daa7e3] Use multi-variate MCV lists to estimate ScalarArrayOpExp
2020-03-14 [e83daa7e3] Use multi-variate MCV lists to estimate ScalarArrayOpExp
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
-->
-->
<para>
<para>
...
@@ -1638,7 +1638,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
...
@@ -1638,7 +1638,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
<listitem>
<listitem>
<!--
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Author: Tom Lane <tgl@sss.pgh.pa.us>
2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
-->
-->
<para>
<para>
...
@@ -2308,7 +2308,7 @@ Author: Robert Haas <rhaas@postgresql.org>
...
@@ -2308,7 +2308,7 @@ Author: Robert Haas <rhaas@postgresql.org>
<listitem>
<listitem>
<!--
<!--
Author: Author: Fujii Masao <fujii@postgresql.org>
Author: Author: Fujii Masao <fujii@postgresql.org>
2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
-->
-->
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment