mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
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:
05d8a561ff
Discussion: https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp
This commit is contained in:
@ -1783,7 +1783,7 @@ if (!triggered)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
In normal operation, <quote>read-only</> transactions are allowed to
|
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
|
<command>NOTIFY</>, so Hot Standby sessions operate under slightly tighter
|
||||||
restrictions than ordinary read-only sessions. It is possible that some
|
restrictions than ordinary read-only sessions. It is possible that some
|
||||||
of these restrictions might be loosened in a future release.
|
of these restrictions might be loosened in a future release.
|
||||||
|
Reference in New Issue
Block a user