commit.l 610 字节
Newer Older
1 2
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
B
Bruce Momjian 已提交
3
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.4 1998/03/23 15:09:25 momjian Exp $
4
.TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
5
.SH NAME
B
Bruce Momjian 已提交
6
commit - commit the current transaction 
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.SH SYNOPSIS
.nf
\fBcommit [transaction|work]\fR
.fi
.SH DESCRIPTION
This commands commits the current transaction.  All changes made by
the transaction become visible to others and are guaranteed to be
durable if a crash occurs.
.IR "commit"
is functionally equivalent to the
.IR "end"
command
.SH "SEE ALSO"
abort(l),
begin(l),
B
Bruce Momjian 已提交
22
commit(l),
23
rollback(l).