diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-03-25 01:54:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-03-25 01:54:53 +0000 |
commit | b411e26a9aaf85a370b8fd91a9538f49a4bb51b8 (patch) | |
tree | 87254535256818fe8770f310b33298dd47abd93a /src/man/commit.l | |
parent | 4d1a60aa41dcb49cd4c5187c6ebb0a4165c5d701 (diff) | |
download | postgresql-b411e26a9aaf85a370b8fd91a9538f49a4bb51b8.tar.gz postgresql-b411e26a9aaf85a370b8fd91a9538f49a4bb51b8.zip |
Mention rollback instead of abort.
Diffstat (limited to 'src/man/commit.l')
-rw-r--r-- | src/man/commit.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/commit.l b/src/man/commit.l index 7d4889e8b8c..e72608a696c 100644 --- a/src/man/commit.l +++ b/src/man/commit.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.4 1998/03/23 15:09:25 momjian Exp $ +.\" $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 commit - commit the current transaction @@ -17,7 +17,7 @@ is functionally equivalent to the .IR "end" command .SH "SEE ALSO" -abort(l), +rollback(l), begin(l), commit(l), rollback(l). |