]> granicus.if.org Git - postgresql/commitdiff
Mention rollback instead of abort.
authorBruce Momjian <bruce@momjian.us>
Wed, 25 Mar 1998 01:54:53 +0000 (01:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 25 Mar 1998 01:54:53 +0000 (01:54 +0000)
src/man/begin.l
src/man/catalogs.3
src/man/commit.l
src/man/end.l
src/man/vacuum.l

index 04fd5737308f60bd4db9d100b154e001667e118f..aa63586f50c45b137b8fe70fb30eb1ae2f913fd6 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.4 1998/03/23 15:09:23 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.5 1998/03/25 01:54:48 momjian Exp $
 .TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 begin - begins a transaction
@@ -16,5 +16,5 @@ is committed, Postgres will ensure that all updates are done or none of
 them are done.  Transactions have the standard ACID (atomic,
 consistent, isolatable, and durable) property.
 .SH "SEE ALSO"
-abort(l),
+rollback(l),
 commit(l).
index 3f8eee0ac3cf6519a9e17cca72077a3ed46c33b6..83f70af4dd07829c8c84d221995fc162d3fda2bb 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.4 1998/03/06 18:03:02 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.5 1998/03/25 01:54:49 momjian Exp $
 .TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
 .SH "Section 7 - System Catalogs"
 .de LS
@@ -72,9 +72,9 @@ heaps and cannot be accessed through normal means (attempting to do so
 causes an error).
 .LS
        \fBname\fP      \fBshared/local\fP      \fBdescription\fP
-       pg_log  shared  transaction commit/abort log
+       pg_log  shared  transaction commit/rollback log
        pg_magic        shared  magic constant
-       pg_time shared  commit/abort times
+       pg_time shared  commit/rollback times
        pg_variable     shared  special variable values
 .LE
 .PP
index 7d4889e8b8c4f5a8b5a93b5ecc976b09195e1d7a..e72608a696c883fa73b11c258fe4ed86829a273e 100644 (file)
@@ -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).
index 77bf2662cb00e983424df1ea62380e82a184fc41..6ec08e5b4b24321860bd705e32bb5f2bb9e889e2 100644 (file)
@@ -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).
index cbef19725b1809f90b54d0f03df804488f945f93..b8f43d9de36b0c3ce30e819d5d62d350cfb20d5d 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.8 1998/02/03 19:27:30 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.9 1998/03/25 01:54:53 momjian Exp $
 .TH VACUUM SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 vacuum - vacuum a database
@@ -12,7 +12,7 @@ vacuum - vacuum a database
 .SH DESCRIPTION
 .BR Vacuum
 is the Postgres vacuum cleaner.  It opens every class in the database,
-cleans out records from aborted transactions, and updates statistics in the
+cleans out records from rolled back transactions, and updates statistics in the
 system catalogs.  The statistics maintained include the number of
 tuples and number of pages stored in all classes.  Running
 .BR vacuum