Re: existing row not found by SELECT ... WHERE CTID = ?

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: existing row not found by SELECT ... WHERE CTID = ?
Дата
Msg-id de368023ce9d002ab169428175d27108f6c17cb6.camel@cybertec.at
обсуждение исходный текст
Ответ на existing row not found by SELECT ... WHERE CTID = ?  (Matthias Apitz <guru@unixarea.de>)
Ответы Re: existing row not found by SELECT ... WHERE CTID = ?  (Matthias Apitz <guru@unixarea.de>)
Re: existing row not found by SELECT ... WHERE CTID = ?  (Ravi Krishna <srkrishna@vivaldi.net>)
Список pgsql-general
On Wed, 2022-05-25 at 11:21 +0200, Matthias Apitz wrote:
> Is it possible that the PostgreSQL 13.1 server does something by its own to invalidate the rowid?

No.  PostgreSQL may remove a dead row, but a dead row is by definition
no longer visible, so it wouldn't be found by a query.

Yours,
Laurenz Albe



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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: link that explain ICU_LOCALE locale concept about local variant code and keywords.
Следующее
От: Matthias Apitz
Дата:
Сообщение: Re: existing row not found by SELECT ... WHERE CTID = ?