Re: Rollback in Postgres - Mailing list pgsql-sql

From Simon Riggs
Subject Re: Rollback in Postgres
Date
Msg-id 1215849377.4051.1702.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Rollback in Postgres  (Lewis Cunningham <lewisc@rocketmail.com>)
Responses Re: Rollback in Postgres
Re: Rollback in Postgres
List pgsql-sql
On Fri, 2008-07-11 at 18:56 -0700, Lewis Cunningham wrote:

> In addition to allowing you to read old data, Flashback will allow you
> to rollback to a point in time, including returning a single table to
> a specific state.  Flashback database is like PITR without the log
> files.

Like I said: you cannot rollback a single transaction after commit.

Please don't put links to copyrighted material on our lists.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-sql by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: function that returns a set of records and integer(both of them)‏
Next
From: "Robins Tharakan"
Date:
Subject: Re: Unnecessary repeat condition for a self inner join