diff options
author | Bruce Momjian | 1998-03-25 01:54:53 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-25 01:54:53 +0000 |
commit | b411e26a9aaf85a370b8fd91a9538f49a4bb51b8 (patch) | |
tree | 87254535256818fe8770f310b33298dd47abd93a /src/man/end.l | |
parent | 4d1a60aa41dcb49cd4c5187c6ebb0a4165c5d701 (diff) |
Mention rollback instead of abort.
Diffstat (limited to 'src/man/end.l')
-rw-r--r-- | src/man/end.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/end.l b/src/man/end.l index 77bf2662cb0..6ec08e5b4b2 100644 --- a/src/man/end.l +++ b/src/man/end.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.3 1998/01/11 22:17:34 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.4 1998/03/25 01:54:52 momjian Exp $ .TH END SQL 01/23/93 PostgreSQL PostgreSQL .SH NAME end - commit the current transaction @@ -13,5 +13,5 @@ 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. .SH "SEE ALSO" -abort(l), +rollback(l), begin(l). |