Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
08d72837
Commit
08d72837
authored
Jul 30, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More vacuum markup fixes. Alvaro
parent
31a28242
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuum.sgml
+3
-3
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+4
-2
No files found.
doc/src/sgml/ref/vacuum.sgml
View file @
08d72837
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.3
8 2005/07/30 17:03:56
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.3
9 2005/07/30 17:15:35
momjian Exp $
PostgreSQL documentation
-->
...
...
@@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta
increase in I/O traffic, which cause poor performance for other active
sessions. Therefore, it is sometimes advisable to use
the cost-based vacuum delay feature. See <xref
linkend="runtime
-config-resource-vacuum-cost
"> for more
linkend="runtime
" endterm="runtime-config-resource-vacuum-cost-title
"> for more
details.
</para>
</refsect1>
...
...
@@ -238,7 +238,7 @@ VACUUM
<simplelist type="inline">
<member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
<member><xref linkend="runtime
-config-resource-vacuum-cost
"></member>
<member><xref linkend="runtime
" endterm="runtime-config-resource-vacuum-cost-title
"></member>
</simplelist>
</refsect1>
</refentry>
...
...
doc/src/sgml/runtime.sgml
View file @
08d72837
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.34
0 2005/07/30 15:17:18
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.34
1 2005/07/30 17:15:35
momjian Exp $
-->
<chapter Id="runtime">
...
...
@@ -1380,7 +1380,9 @@ SET ENABLE_SEQSCAN TO OFF;
</sect3>
<sect3 id="runtime-config-resource-vacuum-cost">
<title>Cost-Based Vacuum Delay</title>
<title id="runtime-config-resource-vacuum-cost-title">
Cost-Based Vacuum Delay
</title>
<para>
During the execution of <xref linkend="sql-vacuum"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment