[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-0002qE-DM@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.  (Tom Lane <tgl@sss.pgh.pa.us>)
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6108348c09df33773bed6e0ac762fe47bdcbb9e6

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.