Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f185fc3c
Commit
f185fc3c
authored
14 years ago
by
Heikki Linnakangas
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos, spotted by Thom Brown.
parent
ec9ee938
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/high-availability.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/high-availability.sgml
with
4 additions
and
4 deletions
doc/src/sgml/high-availability.sgml
+
4
−
4
View file @
f185fc3c
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.5
6
2010/03/31 20:
35:09
heikki Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.5
7
2010/03/31 20:
41:50
heikki Exp $ -->
<chapter id="high-availability">
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
<title>High Availability, Load Balancing, and Replication</title>
...
@@ -583,7 +583,7 @@ protocol to make nodes agree on a serializable transactional order.
...
@@ -583,7 +583,7 @@ protocol to make nodes agree on a serializable transactional order.
<title>Standby Server Operation</title>
<title>Standby Server Operation</title>
<para>
<para>
In standby mode, the server continously applies WAL received from the
In standby mode, the server contin
u
ously applies WAL received from the
master server. The standby server can read WAL from a WAL archive
master server. The standby server can read WAL from a WAL archive
(see <varname>restore_command</>) or directly from the master
(see <varname>restore_command</>) or directly from the master
over a TCP connection (streaming replication). The standby server will
over a TCP connection (streaming replication). The standby server will
...
@@ -625,7 +625,7 @@ protocol to make nodes agree on a serializable transactional order.
...
@@ -625,7 +625,7 @@ protocol to make nodes agree on a serializable transactional order.
Set up continuous archiving on the primary to an archive directory
Set up continuous archiving on the primary to an archive directory
accessible from the standby, as described
accessible from the standby, as described
in <xref linkend="continuous-archiving">. The archive location should be
in <xref linkend="continuous-archiving">. The archive location should be
accessible from the standby even when the master is down, ie. it should
accessible from the standby even when the master is down, i
.
e. it should
reside on the standby server itself or another trusted server, not on
reside on the standby server itself or another trusted server, not on
the master server.
the master server.
</para>
</para>
...
@@ -920,7 +920,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
...
@@ -920,7 +920,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<title>Alternative method for log shipping</title>
<title>Alternative method for log shipping</title>
<para>
<para>
An alternative to the built-in standby mode desribed in the previous
An alternative to the built-in standby mode des
c
ribed in the previous
sections is to use a restore_command that polls the archive location.
sections is to use a restore_command that polls the archive location.
This was the only option available in versions 8.4 and below. In this
This was the only option available in versions 8.4 and below. In this
setup, set <varname>standby_mode</> off, because you are implementing
setup, set <varname>standby_mode</> off, because you are implementing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment