Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3f87aa

Browse files
committed
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: 05d8a56 Discussion: https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp
1 parent 318fd99 commit e3f87aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ if (!triggered)
17831783

17841784
<para>
17851785
In normal operation, <quote>read-only</> transactions are allowed to
1786-
update sequences and to use <command>LISTEN</>, <command>UNLISTEN</>, and
1786+
use <command>LISTEN</>, <command>UNLISTEN</>, and
17871787
<command>NOTIFY</>, so Hot Standby sessions operate under slightly tighter
17881788
restrictions than ordinary read-only sessions. It is possible that some
17891789
of these restrictions might be loosened in a future release.

0 commit comments

Comments
 (0)