From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | eric(dot)mutta(at)gmail(dot)com |
Subject: | Typo in "13.2.3. Serializable Isolation Level" |
Date: | 2021-06-04 20:33:49 |
Message-ID: | 162283882930.14468.5063555039238144271@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/transaction-iso.html
Description:
The following sentence:
> Eliminate explicit locks, SELECT FOR UPDATE, and SELECT FOR SHARE where no
longer needed due...
Uses the word "where" when it should probably use the word "are" and thus
read:
Eliminate explicit locks, SELECT FOR UPDATE, and SELECT FOR SHARE are no
longer needed due...
The direct link to the text is:
https://www.postgresql.org/docs/current/transaction-iso.html#:~:text=eliminate%20explicit%20locks%2C%20select%20for%20update%2C%20and%20select%20for%20share%20where%20no%20longer%20needed%20due
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-06-05 00:19:10 | Re: Typo in "13.2.3. Serializable Isolation Level" |
Previous Message | Greg Sabino Mullane | 2021-06-04 15:16:36 | Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM |