Re: Row locking within a SELECT statement

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Row locking within a SELECT statement
Дата
Msg-id c0e51a2d-b3a1-dc0f-9307-51c054a7a334@joh.to
обсуждение исходный текст
Ответ на Row locking within a SELECT statement  (xrg@linux.gr)
Ответы Re: Row locking within a SELECT statement  ("P. Christeas" <xrg@linux.gr>)
Список pgsql-docs
On 2016-08-16 08:19, xrg@linux.gr wrote:
> In order to avoid concurrent manipulation of rows, I do issue a "SELECT ..
> FOR UPDATE" on the sets of rows, before UPDATEing them (because UPDATEs
> cannot be ordered).

Yeah, but FOR UPDATEs are not ordered either unless you use ORDER BY,
which you didn't.


.m


В списке pgsql-docs по дате отправления:

Предыдущее
От: Alexander Law
Дата:
Сообщение: Outdated sentence in the pg_am description
Следующее
От: "P. Christeas"
Дата:
Сообщение: Re: Row locking within a SELECT statement