diff options
Diffstat (limited to 'src/man/rollback.l')
-rw-r--r-- | src/man/rollback.l | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/man/rollback.l b/src/man/rollback.l deleted file mode 100644 index e9c0d350b84..00000000000 --- a/src/man/rollback.l +++ /dev/null @@ -1,24 +0,0 @@ -.\" This is -*-nroff-*- -.\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/rollback.l,v 1.4 1998/03/23 15:09:43 momjian Exp $ -.TH ROLLBACK SQL 01/20/96 PostgreSQL PostgreSQL -.\" XXX This .XA has to go after the .TH so that the index page number goes -.\" in the right place... -.SH NAME -rollback - rollback, e.g. aborts, the current transaction -.SH SYNOPSIS -.nf -\fBrollback\fP \fB[transaction|work]\fR -.fi -.SH DESCRIPTION -This command rolls back the current transaction and causes all the -updates made by the transaction to be discarded. -.PP -.IR "rollback" -is functionally equivalent to the -.IR "abort" -command. -.SH "SEE ALSO" -abort(l), -begin(l), -commit(l). |