Fix document bug regarding read only transactions.
authorTatsuo Ishii <[email protected]>
Thu, 15 Jun 2017 01:01:39 +0000 (10:01 +0900)
committerTatsuo Ishii <[email protected]>
Thu, 15 Jun 2017 01:09:00 +0000 (10:09 +0900)
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

doc/src/sgml/high-availability.sgml

index c634dc2b47a16e1085367e2cc2cbf6ff113e5bb7..b991361f2f5e35bf6ac6ce8a8c8fddb4a8c66664 100644 (file)
@@ -1609,7 +1609,7 @@ if (!triggered)
 
    <para>
     In normal operation, <quote>read-only</> transactions are allowed to
-    update sequences and to use <command>LISTEN</>, <command>UNLISTEN</>, and
+    use <command>LISTEN</>, <command>UNLISTEN</>, and
     <command>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.