Table of Contents

NAME

rollback -- rollback, e.g. aborts, the current transaction

SYNOPSIS

rollback [transaction|work]

DESCRIPTION

This command rolls back the current transaction and causes all the updates made by the transaction to be discarded.

rollback is functionally equivalent to the abort command.

SEE ALSO

abort(l) , begin(l) , end(l) .


Table of Contents