On Jul 9, 2008, at 6:38 AM, Adrian Moisey wrote:
> 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?
This seems to be exactly what transactions are designed to do. Could
you tell us a bit more about the application and why a transaction
isn't the right solution?