Re: Access to old versions of a row

Vik Fearing <vik@postgresfriends.org>

From: Vik Fearing <vik@postgresfriends.org>
To: Matthias Apitz <guru@unixarea.de>, pgsql-bugs@lists.postgresql.org
Date: 2023-10-08T19:35:15Z
Lists: pgsql-bugs
On 10/8/23 16:25, Matthias Apitz wrote:
> 
> As long as the vacuum is not run, older versions of a given row should
> be "somewhere". Is there a way to read them?

No.

But there is a pg_dirtyread extension that can do it. 
https://github.com/df7cb/pg_dirtyread
-- 
Vik Fearing