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
767ce36f
Commit
767ce36f
authored
Mar 18, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Fix a few typos and awkward links
parent
e3044f61
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+2
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+1
-1
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+1
-1
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+2
-2
No files found.
doc/src/sgml/backup.sgml
View file @
767ce36f
...
@@ -878,7 +878,7 @@ SELECT pg_start_backup('label', false, false);
...
@@ -878,7 +878,7 @@ SELECT pg_start_backup('label', false, false);
<application>pg_dump</application> or
<application>pg_dump</application> or
<application>pg_dumpall</application>). It is neither
<application>pg_dumpall</application>). It is neither
necessary nor desirable to stop normal operation of the database
necessary nor desirable to stop normal operation of the database
while you do this. See
section
while you do this. See
<xref linkend="backup-lowlevel-base-backup-data"> for things to
<xref linkend="backup-lowlevel-base-backup-data"> for things to
consider during this backup.
consider during this backup.
</para>
</para>
...
@@ -988,7 +988,7 @@ SELECT pg_start_backup('label', true);
...
@@ -988,7 +988,7 @@ SELECT pg_start_backup('label', true);
<application>pg_dump</application> or
<application>pg_dump</application> or
<application>pg_dumpall</application>). It is neither
<application>pg_dumpall</application>). It is neither
necessary nor desirable to stop normal operation of the database
necessary nor desirable to stop normal operation of the database
while you do this. See
section
while you do this. See
<xref linkend="backup-lowlevel-base-backup-data"> for things to
<xref linkend="backup-lowlevel-base-backup-data"> for things to
consider during this backup.
consider during this backup.
</para>
</para>
...
...
doc/src/sgml/config.sgml
View file @
767ce36f
...
@@ -532,10 +532,10 @@ include_dir 'conf.d'
...
@@ -532,10 +532,10 @@ include_dir 'conf.d'
</term>
</term>
<listitem>
<listitem>
<para>
<para>
Specifies the configuration file for
Specifies the configuration file for user name mapping
<xref linkend="auth-username-maps"> user name mapping
(customarily called <filename>pg_ident.conf</>).
(customarily called <filename>pg_ident.conf</>).
This parameter can only be set at server start.
This parameter can only be set at server start.
See also <xref linkend="auth-username-maps">.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ecpg.sgml
View file @
767ce36f
...
@@ -1189,7 +1189,7 @@ EXEC SQL END DECLARE SECTION;
...
@@ -1189,7 +1189,7 @@ EXEC SQL END DECLARE SECTION;
There are two use cases for arrays as host variables. The first
There are two use cases for arrays as host variables. The first
is a way to store some text string in <type>char[]</type>
is a way to store some text string in <type>char[]</type>
or <type>VARCHAR[]</type>, as
or <type>VARCHAR[]</type>, as
explained <xref linkend="ecpg-char">. The second use case is to
explained
in
<xref linkend="ecpg-char">. The second use case is to
retrieve multiple rows from a query result without using a
retrieve multiple rows from a query result without using a
cursor. Without an array, to process a query result consisting
cursor. Without an array, to process a query result consisting
of multiple rows, it is required to use a cursor and
of multiple rows, it is required to use a cursor and
...
...
doc/src/sgml/high-availability.sgml
View file @
767ce36f
...
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
...
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
middleware. Care must also be taken that all
middleware. Care must also be taken that all
transactions either commit or abort on all servers, perhaps
transactions either commit or abort on all servers, perhaps
using two-phase commit (<xref linkend="sql-prepare-transaction">
using two-phase commit (<xref linkend="sql-prepare-transaction">
and <xref linkend="sql-commit-prepared">.
and <xref linkend="sql-commit-prepared">
)
.
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
are examples of this type of replication.
are examples of this type of replication.
</para>
</para>
...
...
doc/src/sgml/protocol.sgml
View file @
767ce36f
...
@@ -2296,8 +2296,8 @@ The commands accepted in walsender mode are:
...
@@ -2296,8 +2296,8 @@ The commands accepted in walsender mode are:
<para>
<para>
The individual protocol messages are discussed in the following
The individual protocol messages are discussed in the following
subsections. Individual messages are describe
r
in
subsections. Individual messages are describe
d
in
<xref linkend="protocol-logicalrep-message-formats">
section
.
<xref linkend="protocol-logicalrep-message-formats">.
</para>
</para>
<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