Re: bad choice of the word in sentence

2023-06-28 Thread Tom Lane
Bruce Momjian writes: > On Fri, Jun 23, 2023 at 09:16:39PM -0400, Tom Lane wrote: >> I think this sentence is formally correct, but it is not very hard to >> misparse. Maybe a bit of re-ordering would help? Like >> ... it never sees either uncommitted data or changes committed by >> concurrent t

Re: bad choice of the word in sentence

2023-06-23 Thread Bruce Momjian
On Fri, Jun 23, 2023 at 09:16:39PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > On Thu, Jun 22, 2023 at 06:38:37PM +, PG Doc comments form wrote: > >> Quote: > >> "<...>When a transaction uses this isolation level, a SELECT query (without > >> a FOR UPDATE/SHARE clause) sees only data co

Re: bad choice of the word in sentence

2023-06-23 Thread Tom Lane
Bruce Momjian writes: > On Thu, Jun 22, 2023 at 06:38:37PM +, PG Doc comments form wrote: >> Quote: >> "<...>When a transaction uses this isolation level, a SELECT query (without >> a FOR UPDATE/SHARE clause) sees only data committed before the query began; >> it never sees either uncommitted

Re: bad choice of the word in sentence

2023-06-23 Thread Bruce Momjian
On Thu, Jun 22, 2023 at 06:38:37PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/transaction-iso.html > Description: > > https://www.postgresql.org/docs/current/transaction-iso.html#XACT-READ-C

bad choice of the word in sentence

2023-06-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/transaction-iso.html Description: https://www.postgresql.org/docs/current/transaction-iso.html#XACT-READ-COMMITTED Quote: "<...>When a transaction uses this isolation level, a SELECT quer