Re: Access to old versions of a row

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Matthias Apitz <guru(at)unixarea(dot)de>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Access to old versions of a row
Date: 2023-10-09 09:56:38
Message-ID: 202310090956.3rwqgnavanez@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2023-Oct-08, 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?

Maybe with
https://github.com/df7cb/pg_dirtyread

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-10-09 14:11:31 Re: BUG #18151: pg_upgradecluster fails when column default refers to column
Previous Message Andrei Lepikhov 2023-10-09 08:41:09 Re: EXPLAIN Verbose issue - custom_scan_tlist can directly refer CTE and Subquery