postgresql/src/man/commit.l

24 lines
613 B
Plaintext
Raw Normal View History

.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
1998-03-25 02:54:53 +01:00
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.5 1998/03/25 01:54:51 momjian Exp $
.TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME
1998-01-11 23:18:01 +01:00
commit - commit the current transaction
.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"
1998-03-25 02:54:53 +01:00
rollback(l),
begin(l),
1998-03-23 16:09:43 +01:00
commit(l),
rollback(l).