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
be389bcf
Commit
be389bcf
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Final proofreader changes to docs.
parent
b32685a9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/update.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/update.sgml
doc/src/sgml/ref/vacuum.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/vacuum.sgml
with
4 additions
and
4 deletions
doc/src/sgml/ref/update.sgml
+
2
−
2
View file @
be389bcf
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/update.sgml,v 1.1
1
2000/
07/22 02:39:10
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/update.sgml,v 1.1
2
2000/
10/05 19:57:23
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -105,7 +105,7 @@ UPDATE <replaceable class="parameter">#</replaceable>
...
@@ -105,7 +105,7 @@ UPDATE <replaceable class="parameter">#</replaceable>
The <replaceable class="parameter">#</replaceable>
The <replaceable class="parameter">#</replaceable>
means the number of rows updated.
means the number of rows updated.
If <replaceable class="parameter">#</replaceable>
If <replaceable class="parameter">#</replaceable>
is
equal
0 no rows are updated.
is 0 no rows are updated.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/vacuum.sgml
+
2
−
2
View file @
be389bcf
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.1
1
2000/10/05 19:
48:19
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.1
2
2000/10/05 19:
57:23
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -180,7 +180,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
...
@@ -180,7 +180,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
</para>
</para>
<para>
<para>
We recommend that active production databases be
We recommend that active production databases be
<command>VACUUM</command>-ed nightly, in order to
keep
remove
<command>VACUUM</command>-ed nightly, in order to remove
expired rows. After copying a large class into
expired rows. After copying a large class into
<productname>Postgres</productname> or after deleting a large number
<productname>Postgres</productname> or after deleting a large number
of records, it may be a good idea to issue a <command>VACUUM
of records, it may be a good idea to issue a <command>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