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
d7decc61
Commit
d7decc61
authored
23 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix various bogosities in usage message.
parent
9a9d9e88
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/pg_dump/pg_restore.c
+10
-10
10 additions, 10 deletions
src/bin/pg_dump/pg_restore.c
with
10 additions
and
10 deletions
src/bin/pg_dump/pg_restore.c
+
10
−
10
View file @
d7decc61
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.3
0
2001/11/
19 06:06:21
tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.3
1
2001/11/
26 23:10:36
tgl Exp $
*
*
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
*
*
...
@@ -389,16 +389,16 @@ usage(const char *progname)
...
@@ -389,16 +389,16 @@ usage(const char *progname)
" -a, --data-only restore only the data, no schema
\n
"
" -a, --data-only restore only the data, no schema
\n
"
" -c, --clean clean (drop) schema prior to create
\n
"
" -c, --clean clean (drop) schema prior to create
\n
"
" -C, --create issue commands to create the database
\n
"
" -C, --create issue commands to create the database
\n
"
" -d, --dbname=NAME
specify
database name
\n
"
" -d, --dbname=NAME
output
database name
\n
"
" -f, --file=FILENAME
TOC
output file name
(see -l)
\n
"
" -f, --file=FILENAME output file name
\n
"
" -F, --format={c|t} specify backup file format
\n
"
" -F, --format={c|t} specify backup file format
\n
"
" -h, --host=HOSTNAME server host name
\n
"
" -h, --host=HOSTNAME server host name
\n
"
" -i, --index=NAME restore named index
\n
"
" -i, --index=NAME restore named index
\n
"
" -l, --list
dump
summarized TOC
for
of the archive
\n
"
" -l, --list
print
summarized TOC of the archive
\n
"
" -L, --use-list=FILENAME use specified table of contents for ordering
\n
"
" -L, --use-list=FILENAME use specified table of contents for ordering
\n
"
" output from this file
\n
"
" output from this file
\n
"
" -N, --orig-order restore in original dump order
\n
"
" -N, --orig-order restore in original dump order
\n
"
" -o, --oid-order restore in
oid
order
\n
"
" -o, --oid-order restore in
OID
order
\n
"
" -O, --no-owner do not reconnect to database to match
\n
"
" -O, --no-owner do not reconnect to database to match
\n
"
" object owner
\n
"
" object owner
\n
"
" -p, --port=PORT server port number
\n
"
" -p, --port=PORT server port number
\n
"
...
@@ -425,17 +425,17 @@ usage(const char *progname)
...
@@ -425,17 +425,17 @@ usage(const char *progname)
" -a restore only the data, no schema
\n
"
" -a restore only the data, no schema
\n
"
" -c clean (drop) schema prior to create
\n
"
" -c clean (drop) schema prior to create
\n
"
" -C issue commands to create the database
\n
"
" -C issue commands to create the database
\n
"
" -d NAME
specify
database name
\n
"
" -d NAME
output
database name
\n
"
" -f FILENAME
TOC
output file name
(see -l)
\n
"
" -f FILENAME output file name
\n
"
" -F {c|t} specify backup file format
\n
"
" -F {c|t} specify backup file format
\n
"
" -h HOSTNAME server host name
\n
"
" -h HOSTNAME server host name
\n
"
" -i NAME restore named index
\n
"
" -i NAME restore named index
\n
"
" -l
dump
summarized TOC
for this fil
e
\n
"
" -l
print
summarized TOC
of the archiv
e
\n
"
" -L FILENAME use specified table of contents for ordering
\n
"
" -L FILENAME use specified table of contents for ordering
\n
"
" output from this file
\n
"
" output from this file
\n
"
" -N restore in original dump order
\n
"
" -N restore in original dump order
\n
"
" -o restore in
oid
order
\n
"
" -o restore in
OID
order
\n
"
" -O do not
output
reconnect to database to match
\n
"
" -O do not reconnect to database to match
\n
"
" object owner
\n
"
" object owner
\n
"
" -p PORT server port number
\n
"
" -p PORT server port number
\n
"
" -P NAME restore named function
\n
"
" -P NAME restore named function
\n
"
...
...
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