Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite568eed

Browse files
committed
doc: Fix links to pg_stat_replication
In PostgreSQL 9.5, the documentation for pg_stat_replication was moved,so some of the links pointed to an appropriate location.Author: Maksim Milyutin <milyutinma@gmail.com>
1 parent39314ef commite568eed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ include_dir 'conf.d'
31233123
in this list, and
31243124
that are both currently connected and streaming data in real-time
31253125
(as shown by a state of <literal>streaming</literal> in the
3126-
<link linkend="monitoring-stats-views-table">
3126+
<link linkend="pg-stat-replication-view">
31273127
<literal>pg_stat_replication</literal></link> view).
31283128
Specifying more than one synchronous standby can allow for very high
31293129
availability and protection against data loss.
@@ -3371,7 +3371,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
33713371
Specifies the minimum frequency for the WAL receiver
33723372
process on the standby to send information about replication progress
33733373
to the primary or upstream standby, where it can be seen using the
3374-
<link linkend="monitoring-stats-views-table">
3374+
<link linkend="pg-stat-replication-view">
33753375
<literal>pg_stat_replication</literal></link> view. The standby will report
33763376
the last write-ahead log location it has written, the last position it
33773377
has flushed to disk, and the last position it has applied.

‎doc/src/sgml/release-10.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3743,7 +3743,7 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
37433743
-->
37443744
<para>
37453745
Add columns to <link
3746-
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
3746+
linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
37473747
to report replication delay times (Thomas Munro)
37483748
</para>
37493749

‎doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9667,7 +9667,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
96679667
<listitem>
96689668
<para>
96699669
Add system view <link
9670-
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
9670+
linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
96719671
which displays activity of <acronym>WAL</acronym> sender processes (Itagaki
96729672
Takahiro, Simon Riggs)
96739673
</para>

‎doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
69116911
-->
69126912
<para>
69136913
The <link
6914-
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
6914+
linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
69156915
system view's <structfield>sent</structfield> field is now NULL, not zero, when
69166916
it has no valid value (Magnus Hagander)
69176917
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp