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
6ba77bce
Commit
6ba77bce
authored
13 years ago
by
Simon Riggs
Browse files
Options
Downloads
Patches
Plain Diff
Minor doc additions for cascading replication.
parent
4bd8ed31
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/config.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/config.sgml
doc/src/sgml/monitoring.sgml
+2
-1
2 additions, 1 deletion
doc/src/sgml/monitoring.sgml
with
3 additions
and
2 deletions
doc/src/sgml/config.sgml
+
1
−
1
View file @
6ba77bce
...
@@ -2095,7 +2095,7 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -2095,7 +2095,7 @@ SET ENABLE_SEQSCAN TO OFF;
to send replication data to one or more standby servers.
to send replication data to one or more standby servers.
Note that in addition to these parameters,
Note that in addition to these parameters,
<xref linkend="guc-wal-level"> must be set appropriately on the master
<xref linkend="guc-wal-level"> must be set appropriately on the master
server, and
may also want to enable WAL archiving
as
server, and
optionally WAL archiving can be enabled
as
well (see <xref linkend="runtime-config-wal-archiving">).
well (see <xref linkend="runtime-config-wal-archiving">).
The values of these parameters on standby servers are irrelevant,
The values of these parameters on standby servers are irrelevant,
although you may wish to set them there in preparation for the
although you may wish to set them there in preparation for the
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/monitoring.sgml
+
2
−
1
View file @
6ba77bce
...
@@ -314,7 +314,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
...
@@ -314,7 +314,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
The client's host name will be available only if
The client's host name will be available only if
<xref linkend="guc-log-hostname"> is set or if the user's host name
<xref linkend="guc-log-hostname"> is set or if the user's host name
needed to be looked up during <filename>pg_hba.conf</filename>
needed to be looked up during <filename>pg_hba.conf</filename>
processing.
processing. Only directly connected standbys are listed; no information
about downstream standby servers is recorded.
</entry>
</entry>
</row>
</row>
...
...
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