diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-18 22:14:33 +0000 |
commit | 9848d3655d44aa2e58d28fe9f93a94b2934eedc8 (patch) | |
tree | 059111c2156111b083ea668b84bc8b3481676fca /doc/man/rollback.l | |
parent | 1960a3b96573ad1ec73cd50255edde29cc80df88 (diff) | |
download | postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.tar.gz postgresql-9848d3655d44aa2e58d28fe9f93a94b2934eedc8.zip |
Support Docs & Contrib
Diffstat (limited to 'doc/man/rollback.l')
-rw-r--r-- | doc/man/rollback.l | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/man/rollback.l b/doc/man/rollback.l new file mode 100644 index 00000000000..c6b673c3736 --- /dev/null +++ b/doc/man/rollback.l @@ -0,0 +1,24 @@ +.\" This is -*-nroff-*- +.\" XXX standard disclaimer belongs here.... +.\" $Header: /cvsroot/pgsql/doc/man/Attic/rollback.l,v 1.1.1.1 1996/08/18 22:14:27 scrappy Exp $ +.TH ROLLBACK SQL 01/20/96 Postgres95 Postgres95 +.\" XXX This .XA has to go after the .TH so that the index page number goes +.\" in the right place... +.SH NAME +rollback \(em 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), +end(l). |