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
4478d299
Commit
4478d299
authored
Sep 01, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document -x properly for pg_dump.
parent
db5d7249
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+2
-2
No files found.
src/bin/pg_dump/pg_dump.c
View file @
4478d299
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.11
8 1999/07/19 02:27:08
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.11
9 1999/09/01 23:05:20
momjian Exp $
*
*
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
*
*
...
@@ -160,7 +160,7 @@ usage(const char *progname)
...
@@ -160,7 +160,7 @@ usage(const char *progname)
fprintf
(
stderr
,
fprintf
(
stderr
,
"
\t
-v
\t\t
verbose
\n
"
);
"
\t
-v
\t\t
verbose
\n
"
);
fprintf
(
stderr
,
fprintf
(
stderr
,
"
\t
-
z
\t\t
dump ACL
s (grant/revoke)
\n
"
);
"
\t
-
x
\t\t
do not dump ACL'
s (grant/revoke)
\n
"
);
fprintf
(
stderr
,
fprintf
(
stderr
,
"
\n
If dbname is not supplied, then the DATABASE environment "
"
\n
If dbname is not supplied, then the DATABASE environment "
"variable value is used.
\n
"
);
"variable value is used.
\n
"
);
...
...
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