File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.4 1998/03/23 15:09:23 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.5 1998/03/25 01:54:48 momjian Exp $
4
4
.TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
begin - begins a transaction
@@ -16,5 +16,5 @@ is committed, Postgres will ensure that all updates are done or none of
16
16
them are done. Transactions have the standard ACID (atomic,
17
17
consistent, isolatable, and durable) property.
18
18
.SH "SEE ALSO"
19
- abort (l),
19
+ rollback (l),
20
20
commit(l).
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.4 1998/03/06 18:03:02 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.5 1998/03/25 01:54:49 momjian Exp $
4
4
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
5
5
.SH "Section 7 - System Catalogs"
6
6
.de LS
@@ -72,9 +72,9 @@ heaps and cannot be accessed through normal means (attempting to do so
72
72
causes an error).
73
73
.LS
74
74
\fB name \fP \fB shared/local \fP \fB description \fP
75
- pg_log shared transaction commit/abort log
75
+ pg_log shared transaction commit/rollback log
76
76
pg_magic shared magic constant
77
- pg_time shared commit/abort times
77
+ pg_time shared commit/rollback times
78
78
pg_variable shared special variable values
79
79
.LE
80
80
.PP
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.4 1998/03/23 15:09:25 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.5 1998/03/25 01:54:51 momjian Exp $
4
4
.TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
commit - commit the current transaction
@@ -17,7 +17,7 @@ is functionally equivalent to the
17
17
.IR " end"
18
18
command
19
19
.SH "SEE ALSO"
20
- abort (l),
20
+ rollback (l),
21
21
begin(l),
22
22
commit(l),
23
23
rollback(l).
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.3 1998/01/11 22:17:34 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.4 1998/03/25 01:54:52 momjian Exp $
4
4
.TH END SQL 01/23/93 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
end - commit the current transaction
@@ -13,5 +13,5 @@ This commands commits the current transaction. All changes made by
13
13
the transaction become visible to others and are guaranteed to be
14
14
durable if a crash occurs.
15
15
.SH "SEE ALSO"
16
- abort (l),
16
+ rollback (l),
17
17
begin(l).
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.8 1998/02/03 19:27:30 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.9 1998/03/25 01:54:53 momjian Exp $
4
4
.TH VACUUM SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
vacuum - vacuum a database
@@ -12,7 +12,7 @@ vacuum - vacuum a database
12
12
.SH DESCRIPTION
13
13
.BR Vacuum
14
14
is the Postgres vacuum cleaner. It opens every class in the database,
15
- cleans out records from aborted transactions, and updates statistics in the
15
+ cleans out records from rolled back transactions, and updates statistics in the
16
16
system catalogs. The statistics maintained include the number of
17
17
tuples and number of pages stored in all classes. Running
18
18
.BR vacuum
You can’t perform that action at this time.
0 commit comments