Table of Contents

Abort

NAME

abort -- abort the current transaction

SYNOPSIS

abort [transaction]

DESCRIPTION

This command aborts the current transaction and causes all the updates made by the transaction to be discarded. abort is functionally equivalent to rollback.

SEE ALSO

begin(l) , end(l) , rollback(l) .


Table of Contents