> I would like to be able to "mark" a point in my postgres database.
> After that I want to change a few things and "rollback" to that
> point.
> Does postgres support such a thing? Is it possible for me to do this?
* Transactions ;-)
* PITR
* Build an application-level undo infrastructure using reverse action
triggers.
* Various internal ways not usually attempted.
--
Simon Riggs
PostgreSQL Training, Services and Support
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
No comments:
Post a Comment