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
7e137432
Commit
7e137432
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
" -F {c|t} specify backup file format\n"
parent
9b775726
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+3
-3
3 additions, 3 deletions
src/bin/pg_dump/pg_restore.c
with
3 additions
and
3 deletions
src/bin/pg_dump/pg_restore.c
+
3
−
3
View file @
7e137432
...
...
@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.2
5
2001/0
8/22 20
:2
3
:2
4 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.2
6
2001/0
9/04 03
:2
0
:2
9 momjian
Exp $
*
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
*
...
...
@@ -386,7 +386,7 @@ usage(const char *progname)
" -C, --create issue commands to create the database
\n
"
" -d, --dbname=NAME specify database name
\n
"
" -f, --file=FILENAME TOC output file name (see -l)
\n
"
" -F, --format={c|
f
} specify backup file format
\n
"
" -F, --format={c|
t
} specify backup file format
\n
"
" -h, --host=HOSTNAME server host name
\n
"
" -i, --index=NAME restore named index
\n
"
" -l, --list dump summarized TOC for of the archive
\n
"
...
...
@@ -422,7 +422,7 @@ usage(const char *progname)
" -C issue commands to create the database
\n
"
" -d NAME specify database name
\n
"
" -f FILENAME TOC output file name (see -l)
\n
"
" -F {c|
f
} specify backup file format
\n
"
" -F {c|
t
} specify backup file format
\n
"
" -h HOSTNAME server host name
\n
"
" -i NAME restore named index
\n
"
" -l dump summarized TOC for this file
\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