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 @@ -2103,7 +2103,7 @@ SET ENABLE_SEQSCAN TO OFF;
21032103 this standby server confirms receipt of their data.
21042104 The synchronous standby will be the first standby named in this list
21052105 that is both currently connected and streaming data in real-time
2106- (as shown by a state of <literal>STREAMING </literal> in the
2106+ (as shown by a state of <literal>streaming </literal> in the
21072107 <link linkend="monitoring-stats-views-table">
21082108 <literal>pg_stat_replication</></link> view).
21092109 Other standby servers appearing later in this list represent potential
Original file line number Diff line number Diff line change @@ -1088,14 +1088,14 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
10881088
10891089 <para>
10901090 When a standby first attaches to the primary, it will not yet be properly
1091- synchronized. This is described as <literal>CATCHUP </> mode. Once
1091+ synchronized. This is described as <literal>catchup </> mode. Once
10921092 the lag between standby and primary reaches zero for the first time
1093- we move to real-time <literal>STREAMING </> state.
1093+ we move to real-time <literal>streaming </> state.
10941094 The catch-up duration may be long immediately after the standby has
10951095 been created. If the standby is shut down, then the catch-up period
10961096 will increase according to the length of time the standby has been down.
10971097 The standby is only able to become a synchronous standby
1098- once it has reached <literal>STREAMING </> state.
1098+ once it has reached <literal>streaming </> state.
10991099 </para>
11001100
11011101 <para>
You can’t perform that action at this time.
0 commit comments