diff options
Diffstat (limited to 'src/man/begin.l')
-rw-r--r-- | src/man/begin.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/begin.l b/src/man/begin.l index fc5fd809f0..04fd573730 100644 --- a/src/man/begin.l +++ b/src/man/begin.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.3 1998/01/11 22:17:05 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.4 1998/03/23 15:09:23 momjian Exp $ .TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME begin - begins a transaction @@ -17,4 +17,4 @@ them are done. Transactions have the standard ACID (atomic, consistent, isolatable, and durable) property. .SH "SEE ALSO" abort(l), -end(l). +commit(l). |