Re: Rollback deletes
Doug McNaught <doug@wireboard.com>
From: Doug McNaught <doug@wireboard.com>
To: "Oleg Lebedev" <oleg.lebedev@waterford.org>
Cc: <pgsql-general@postgresql.org>
Date: 2002-10-23T18:57:52Z
Lists: pgsql-general
"Oleg Lebedev" <oleg.lebedev@waterford.org> writes: > Isn't there a way to use WAL files to do this? No. There has been discussion about savepoints and nested transactions (which is close to what you're talking about) but they are not in current versions or in the 7.3 beta. -Doug