projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318fd99
)
Fix document bug regarding read only transactions.
author
Tatsuo Ishii
<ishii@postgresql.org>
Thu, 15 Jun 2017 01:01:39 +0000
(10:01 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Thu, 15 Jun 2017 01:08:25 +0000
(10:08 +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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index a1960299c0014bf87b8bcaf7e2397583bf58e6ec..774d2b4bce6356f69757da0a0e1732f077cd738c 100644
(file)
--- a/
doc/src/sgml/high-availability.sgml
+++ b/
doc/src/sgml/high-availability.sgml
@@
-1783,7
+1783,7
@@
if (!triggered)
<para>
In normal operation, <quote>read-only</> transactions are allowed to
- u
pdate sequences and to u
se <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.