| От | PG Doc comments form |
|---|---|
| Тема | Locking |
| Дата | |
| Msg-id | 171037536712.644.16792405319486797414@wrigleys.postgresql.org обсуждение |
| Ответы |
Re: Locking
|
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/mvcc-intro.html Description: There really needs to be an explicit warning that the following is invalid in normal read committed mode:- select foo into f from bar where id=1; f = f + 123; update bar set foo = f where id =1; commit; This is a very common and serious mistake and extremely difficult to understand from the current documentation.
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера