File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2101,7 +2101,7 @@ SET ENABLE_SEQSCAN TO OFF;
2101
2101
this standby server confirms receipt of their data.
2102
2102
The synchronous standby will be the first standby named in this list
2103
2103
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
2105
2105
<link linkend="monitoring-stats-views-table">
2106
2106
<literal>pg_stat_replication</></link> view).
2107
2107
Other standby servers appearing later in this list represent potential
Original file line number Diff line number Diff line change @@ -1028,14 +1028,14 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
1028
1028
1029
1029
<para>
1030
1030
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
1032
1032
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.
1034
1034
The catch-up duration may be long immediately after the standby has
1035
1035
been created. If the standby is shut down, then the catch-up period
1036
1036
will increase according to the length of time the standby has been down.
1037
1037
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.
1039
1039
</para>
1040
1040
1041
1041
<para>
You can’t perform that action at this time.
0 commit comments