.lf 1 sql/abort.cmdsrc .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... .\" $Header: /usr/local/devel/pglite/cvs/src/doc/ref/sql/abort.cmdsrc,v 1.1 1996/02/24 01:16:49 jolly Exp $ .TH ABORT COMMANDS 01/23/93 .\" XXX This .XA has to go after the .TH so that the index page number goes .\" in the right place... .XA 1 Commands .XA 2 Abort .SH NAME abort \(em abort the current transaction .SH SYNOPSIS .(l M \fBabort\fP \fB[transaction]\fR .)l .SH DESCRIPTION This command aborts the current transaction and causes all the updates made by the transaction to be discarded. .IR "abort" is functionally equivalent to .IR "rollback". .SH "SEE ALSO" begin(commands), end(commands), rollback(commands).