From: Tatsuo Ishii Date: Thu, 15 Jun 2017 01:01:39 +0000 (+0900) Subject: Fix document bug regarding read only transactions. X-Git-Tag: REL9_2_22~43 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1fe10463d9bd38d20b5c3c9356fc07ae9c3b6828;p=postgresql.git Fix document bug regarding read only transactions. It was explained that read only transactions (not in standby) allow to update sequences. This had been wrong since the commit: 05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7 Discussion: https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index c634dc2b47a..b991361f2f5 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1609,7 +1609,7 @@ if (!triggered) In normal operation, read-only transactions are allowed to - update sequences and to use LISTEN, UNLISTEN, and + use LISTEN, UNLISTEN, and NOTIFY, so Hot Standby sessions operate under slightly tighter restrictions than ordinary read-only sessions. It is possible that some of these restrictions might be loosened in a future release.