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
43bac840
Commit
43bac840
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Update based on documentation written by Vadim Mikheev and Oliver Elphick.
parent
623bf843
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/checkpoint.sgml
+17
-4
17 additions, 4 deletions
doc/src/sgml/ref/checkpoint.sgml
with
17 additions
and
4 deletions
doc/src/sgml/ref/checkpoint.sgml
+
17
−
4
View file @
43bac840
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.
1
2001/01/
13 03:11:12
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/checkpoint.sgml,v 1.
2
2001/01/
24 21:56:23
petere Exp $ -->
<refentry id="sql-checkpoint">
<docinfo>
<date>2001-01-
13
</date>
<date>2001-01-
24
</date>
</docinfo>
<refmeta>
...
...
@@ -12,7 +12,7 @@
<refnamediv>
<refname>CHECKPOINT</refname>
<refpurpose>Force transaction log
to disk
</refpurpose>
<refpurpose>Force transaction log
checkpoint
</refpurpose>
</refnamediv>
<refsynopsisdiv>
...
...
@@ -25,7 +25,20 @@ CHECKPOINT
<title>Description</title>
<para>
This documentation needs to be written.
Write-Ahead Logging (WAL) puts a checkpoint in the transaction log
every 300 seconds by default. (This may be changed by the run-time
configuration option <parameter>CHECKPOINT_TIMEOUT</parameter>.)
The <command>CHECKPOINT</command> command forces a checkpoint at
the point at which the command is issued. The next automatic
checkpoint will still happen after the original cycle expires.
</para>
<para>
A checkpoint is a point in the transaction log sequence at which
all data files have been updated to reflect the information in the
log. All data files will be flushed to disk. Refer to the
<citetitle>PostgreSQL Administrator's Guide</citetitle> for more
information about the WAL system.
</para>
</refsect1>
...
...
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