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

Reply via email to