Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit edf4eda

Browse files
committed
The replication status values in pg_stat_replication was changed to
lowercase earlier, but documentation was not updated. Update the docs. Fujii Masao
1 parent 333eb32 commit edf4eda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ SET ENABLE_SEQSCAN TO OFF;
21012101
this standby server confirms receipt of their data.
21022102
The synchronous standby will be the first standby named in this list
21032103
that is both currently connected and streaming data in real-time
2104-
(as shown by a state of <literal>STREAMING</literal> in the
2104+
(as shown by a state of <literal>streaming</literal> in the
21052105
<link linkend="monitoring-stats-views-table">
21062106
<literal>pg_stat_replication</></link> view).
21072107
Other standby servers appearing later in this list represent potential

doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,14 +1028,14 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
10281028

10291029
<para>
10301030
When a standby first attaches to the primary, it will not yet be properly
1031-
synchronized. This is described as <literal>CATCHUP</> mode. Once
1031+
synchronized. This is described as <literal>catchup</> mode. Once
10321032
the lag between standby and primary reaches zero for the first time
1033-
we move to real-time <literal>STREAMING</> state.
1033+
we move to real-time <literal>streaming</> state.
10341034
The catch-up duration may be long immediately after the standby has
10351035
been created. If the standby is shut down, then the catch-up period
10361036
will increase according to the length of time the standby has been down.
10371037
The standby is only able to become a synchronous standby
1038-
once it has reached <literal>STREAMING</> state.
1038+
once it has reached <literal>streaming</> state.
10391039
</para>
10401040

10411041
<para>

0 commit comments

Comments
 (0)