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
bf63c4a2
Commit
bf63c4a2
authored
12 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
doc: A few awkward phrasing fixes
Josh Kupershmidt
parent
224f6e50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/docguide.sgml
+3
-2
3 additions, 2 deletions
doc/src/sgml/docguide.sgml
doc/src/sgml/ref/pg_basebackup.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/ref/pg_basebackup.sgml
with
4 additions
and
3 deletions
doc/src/sgml/docguide.sgml
+
3
−
2
View file @
bf63c4a2
...
@@ -244,8 +244,9 @@
...
@@ -244,8 +244,9 @@
<para>
<para>
It's possible that the ports do not update the main catalog file
It's possible that the ports do not update the main catalog file
in <filename>/usr/local/share/sgml/catalog.ports</filename> or order
in <filename>/usr/local/share/sgml/catalog.ports</filename> or that the
isn't proper . Be sure to have the following lines in beginning of file:
order isn't proper. Be sure to have the following lines in the beginning
of the file:
<programlisting>
<programlisting>
CATALOG "openjade/catalog"
CATALOG "openjade/catalog"
CATALOG "iso8879/catalog"
CATALOG "iso8879/catalog"
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pg_basebackup.sgml
+
1
−
1
View file @
bf63c4a2
...
@@ -100,7 +100,7 @@ PostgreSQL documentation
...
@@ -100,7 +100,7 @@ PostgreSQL documentation
<para>
<para>
All WAL records required for the backup must contain sufficient full-page writes,
All WAL records required for the backup must contain sufficient full-page writes,
which requires you to enable <varname>full_page_writes</> on the master and
which requires you to enable <varname>full_page_writes</> on the master and
not to use
the
tool like <application>pg_compresslog</> as
not to use
a
tool like <application>pg_compresslog</> as
<varname>archive_command</> to remove full-page writes from WAL files.
<varname>archive_command</> to remove full-page writes from WAL files.
</para>
</para>
</listitem>
</listitem>
...
...
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