diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-08-08 15:21:50 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-08-08 15:21:50 +0000 |
commit | a76ad509fef621719abb95fedb526e9a0092a312 (patch) | |
tree | 1a5295dbdce9296f23f252898aea402f411e7d23 /src/man/commit.l | |
parent | d0a1919852b8c98f43f2795c23690024707fc1e5 (diff) | |
download | postgresql-a76ad509fef621719abb95fedb526e9a0092a312.tar.gz postgresql-a76ad509fef621719abb95fedb526e9a0092a312.zip |
Remove old man pages. All info is in new man pages or other docs.
Diffstat (limited to 'src/man/commit.l')
-rw-r--r-- | src/man/commit.l | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/man/commit.l b/src/man/commit.l deleted file mode 100644 index e72608a696c..00000000000 --- a/src/man/commit.l +++ /dev/null @@ -1,23 +0,0 @@ -.\" This is -*-nroff-*- -.\" XXX standard disclaimer belongs here.... -.\" $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 -.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" -rollback(l), -begin(l), -commit(l), -rollback(l). |