Re: [COMMITTERS] pgsql: Fix document bug regarding read onlytransactions. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject Re: [COMMITTERS] pgsql: Fix document bug regarding read onlytransactions.
Date
Msg-id 20170615.110032.244878105781471727.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
> Right, but what I think it is comparing is a read-only transaction
> on the master and a transaction on the standby.  The former can do
> nextval() on temp sequences, the latter can't.

But we cannot create temp sequences on stanbys in the first place.
Still do you think there's value to refer to nextval() on temp
sequences here?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.
Next
From: Tatsuo Ishii
Date:
Subject: [COMMITTERS] pgsql: Fix typo in PostgreSQL 10.0 release note.