Re: Logging the feature of SQL-level read/write commits

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ronny Ko <gogo9th(at)hanmail(dot)net>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Logging the feature of SQL-level read/write commits
Date: 2019-05-05 12:09:02
Message-ID: 20190505120902.cmoyu5mzysmgccok@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 4, 2019 at 02:32:06PM +0900, Ronny Ko wrote:
> Hi,
>
> I am trying to efficiently rollback a manually selectedd subset of committed
> SQL transactions by scanning an SQL transaction log. This feature is useful
> when a database administrator wants to rollback not the entire database system,
> but only particular SQL statements that affect a certain set of SQL tables.
> Unfortunately, this is impossible in the current PostgreSQL setup, because
> PostgreSQL's WAL(Write-Ahead Log) file doesn't provide any SQL statement-level
> redo records, but only physical block-level redo records.

My blog entry covers some of this:

https://momjian.us/main/blogs/pgblog/2019.html#March_6_2019

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-05-05 13:25:30 Re: Unhappy about API changes in the no-fsm-for-small-rels patch
Previous Message legrand legrand 2019-05-05 10:14:36 Re: Logging the feature of SQL-level read/write commits