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
4e6092a2
Commit
4e6092a2
authored
Feb 22, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording of pg_upgrade logfile option:
-l, --logfile=FILENAME log internal activity to file\n\
parent
dd295496
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/pg_upgrade/option.c
contrib/pg_upgrade/option.c
+1
-1
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/pgupgrade.sgml
+1
-1
No files found.
contrib/pg_upgrade/option.c
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
\
...
...
doc/src/sgml/pgupgrade.sgml
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>
...
...
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