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
4e6092a2
Commit
4e6092a2
authored
13 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Improve wording of pg_upgrade logfile option:
-l, --logfile=FILENAME log internal activity to file\n\
parent
dd295496
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
contrib/pg_upgrade/option.c
+1
-1
1 addition, 1 deletion
contrib/pg_upgrade/option.c
doc/src/sgml/pgupgrade.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/pgupgrade.sgml
with
2 additions
and
2 deletions
contrib/pg_upgrade/option.c
+
1
−
1
View file @
4e6092a2
...
@@ -259,7 +259,7 @@ Options:\n\
...
@@ -259,7 +259,7 @@ Options:\n\
-g, --debug enable debugging
\n
\
-g, --debug enable debugging
\n
\
-G, --debugfile=FILENAME output debugging activity to file
\n
\
-G, --debugfile=FILENAME output debugging activity to file
\n
\
-k, --link link instead of copying files to new cluster
\n
\
-k, --link link instead of copying files to new cluster
\n
\
-l, --logfile=FILENAME log
session
activity to file
\n
\
-l, --logfile=FILENAME log
internal
activity to file
\n
\
-o, --old-options=OPTIONS old cluster options to pass to the server
\n
\
-o, --old-options=OPTIONS old cluster options to pass to the server
\n
\
-O, --new-options=OPTIONS new cluster options to pass to the server
\n
\
-O, --new-options=OPTIONS new cluster options to pass to the server
\n
\
-p, --old-port=OLDPORT old cluster port number (default %d)
\n
\
-p, --old-port=OLDPORT old cluster port number (default %d)
\n
\
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/pgupgrade.sgml
+
1
−
1
View file @
4e6092a2
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
<varlistentry>
<varlistentry>
<term><option>-l</option> <replaceable>log_filename</></term>
<term><option>-l</option> <replaceable>log_filename</></term>
<term><option>--logfile=</option><replaceable>log_filename</></term>
<term><option>--logfile=</option><replaceable>log_filename</></term>
<listitem><para>log
session
activity to file</para></listitem>
<listitem><para>log
internal
activity to file</para></listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
...
...
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