You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Standardize capitalization of term "hot standby"/"Hot Standby"
"Hot Standby" was capitalized in a couple of places in the docs, as the
style primarily used when it was introduced, but this has not been much
respected across the years. Per discussion, it is more natural for the
reader to use "hot standby" (aka lower-case only) when in the middle of
a sentence, and "Hot standby" (aka capitalized) in a title. This commit
adjusts all the places in the docs to be consistent with this choice,
rather than applying one style or the other midway.
Author: Daniel Westermann
Reviewed-by: Kyotaro Horiguchi, Aleksander Alekseev, Robert Treat
Discussion: https://postgr.es/m/GVAP278MB093160025A779A1A5788D0EAD2039@GVAP278MB0931.CHEP278.PROD.OUTLOOK.COM
If <varname>hot_standby</varname> is <literal>on</literal> in <filename>postgresql.conf</filename>
1948
1948
(the default value) and there is a
1949
1949
<link linkend="file-standby-signal"><filename>standby.signal</filename></link><indexterm><primary>standby.signal</primary><secondary>for hot standby</secondary></indexterm>
1950
-
file present, the server will run in Hot Standby mode.
1951
-
However, it may take some time for Hot Standby connections to be allowed,
1950
+
file present, the server will run in hot standby mode.
1951
+
However, it may take some time for hot standby connections to be allowed,
1952
1952
because the server will not accept connections until it has completed
1953
1953
sufficient recovery to provide a consistent state against which queries
1954
1954
can run. During this period,
@@ -2282,7 +2282,7 @@ HINT: You can then restart the server after making the necessary configuration
2282
2282
<title>Caveats</title>
2283
2283
2284
2284
<para>
2285
-
There are several limitations of Hot Standby.
2285
+
There are several limitations of hot standby.
2286
2286
These can and probably will be fixed in future releases:
2287
2287
2288
2288
<itemizedlist>
@@ -2299,7 +2299,7 @@ HINT: You can then restart the server after making the necessary configuration
2299
2299
<para>
2300
2300
Valid starting points for standby queries are generated at each
2301
2301
checkpoint on the primary. If the standby is shut down while the primary
2302
-
is in a shutdown state, it might not be possible to re-enter Hot Standby
2302
+
is in a shutdown state, it might not be possible to re-enter hot standby
2303
2303
until the primary is started up, so that it generates further starting
2304
2304
points in the WAL logs. This situation isn't a problem in the most
2305
2305
common situations where it might happen. Generally, if the primary is
0 commit comments