Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
b411e26a
Commit
b411e26a
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Mention rollback instead of abort.
parent
4d1a60aa
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/man/begin.l
+2
-2
2 additions, 2 deletions
src/man/begin.l
src/man/catalogs.3
+3
-3
3 additions, 3 deletions
src/man/catalogs.3
src/man/commit.l
+2
-2
2 additions, 2 deletions
src/man/commit.l
src/man/end.l
+2
-2
2 additions, 2 deletions
src/man/end.l
src/man/vacuum.l
+2
-2
2 additions, 2 deletions
src/man/vacuum.l
with
11 additions
and
11 deletions
src/man/begin.l
+
2
−
2
View file @
b411e26a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.
4
1998/03/2
3 15:09:23
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.
5
1998/03/2
5 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).
This diff is collapsed.
Click to expand it.
src/man/catalogs.3
+
3
−
3
View file @
b411e26a
.\" 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
...
...
This diff is collapsed.
Click to expand it.
src/man/commit.l
+
2
−
2
View file @
b411e26a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.
4
1998/03/2
3 15:09:25
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.
5
1998/03/2
5 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).
This diff is collapsed.
Click to expand it.
src/man/end.l
+
2
−
2
View file @
b411e26a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.
3
1998/0
1/11 22:17:34
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.
4
1998/0
3/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).
This diff is collapsed.
Click to expand it.
src/man/vacuum.l
+
2
−
2
View file @
b411e26a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.
8
1998/0
2/03 19:27:30
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.
9
1998/0
3/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment