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
ce2fc200
Commit
ce2fc200
authored
May 04, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of --help output
Tabs replaced by spaces.
parent
a3b681f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+1
-1
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_dumpall.c
+1
-1
No files found.
src/bin/pg_dump/pg_dump.c
View file @
ce2fc200
...
...
@@ -863,7 +863,7 @@ help(const char *progname)
printf
(
_
(
" --serializable-deferrable wait until the dump can run without anomalies
\n
"
));
printf
(
_
(
" --role=ROLENAME do SET ROLE before dump
\n
"
));
printf
(
_
(
" --no-security-label do not dump security label assignments
\n
"
));
printf
(
_
(
" --no-unlogged-table-data
do not dump unlogged table data
\n
"
));
printf
(
_
(
" --no-unlogged-table-data
do not dump unlogged table data
\n
"
));
printf
(
_
(
" --use-set-session-authorization
\n
"
" use SET SESSION AUTHORIZATION commands instead of
\n
"
" ALTER OWNER commands to set ownership
\n
"
));
...
...
src/bin/pg_dump/pg_dumpall.c
View file @
ce2fc200
...
...
@@ -554,7 +554,7 @@ help(void)
printf
(
_
(
" --quote-all-identifiers quote all identifiers, even if not keywords
\n
"
));
printf
(
_
(
" --role=ROLENAME do SET ROLE before dump
\n
"
));
printf
(
_
(
" --no-security-label do not dump security label assignments
\n
"
));
printf
(
_
(
" --no-unlogged-table-data
do not dump unlogged table data
\n
"
));
printf
(
_
(
" --no-unlogged-table-data
do not dump unlogged table data
\n
"
));
printf
(
_
(
" --use-set-session-authorization
\n
"
" use SET SESSION AUTHORIZATION commands instead of
\n
"
" ALTER OWNER commands to set ownership
\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