[COMMITTERS] pgsql: Fix document bug regarding read only transactions. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject [COMMITTERS] pgsql: Fix document bug regarding read only transactions.
Date
Msg-id E1dLJJH-0002qN-EK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5eaee9b4c4af3c3cc7f52f921e03512699dcd887

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix problems related to RangeTblEntry members enrname and enrtup
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.