diff options
Diffstat (limited to 'doc/src/sgml/high-availability.sgml')
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index c8f6fa8a54d..e2e5ac93ab9 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1861,8 +1861,9 @@ LOG: database system is ready to accept read only connections Consistency information is recorded once per checkpoint on the primary. It is not possible to enable hot standby when reading WAL written during a period when <varname>wal_level</> was not set to - <literal>hot_standby</> on the primary. Reaching a consistent state can - also be delayed in the presence of both of these conditions: + <literal>hot_standby</> or <literal>logical</> on the primary. Reaching + a consistent state can also be delayed in the presence of both of these + conditions: <itemizedlist> <listitem> |