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
9e348835
Commit
9e348835
authored
Feb 09, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed broken initdb --show patch
parent
1960f4be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/bin/initdb/initdb.sh
src/bin/initdb/initdb.sh
+2
-3
No files found.
src/bin/initdb/initdb.sh
View file @
9e348835
...
...
@@ -26,7 +26,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.8
4 2000/02/08 15:58:54 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.8
5 2000/02/09 00:21:49 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -237,7 +237,6 @@ if [ "$usage" ]; then
echo
" -L, --pglib <libdir> Where to find the input files"
echo
" -t, --template Re-initialize template database only"
echo
" -d, --debug Generate lots of debugging output"
echo
" -s, --show Do not action, show the initdb setting only"
echo
" -n, --noclean Do not clean up after errors"
echo
echo
"Report bugs to <pgsql-bugs@postgresql.org>."
...
...
@@ -324,7 +323,7 @@ GLOBAL_DESCR="$PGLIB"/global1.description
PG_GEQO_SAMPLE
=
"
$PGLIB
"
/pg_geqo.sample
PG_POSTMASTER_OPTS_DEFAULT_SAMPLE
=
"
$PGLIB
"
/postmaster.opts.default.sample
if
[
"
$show_setting
"
]
if
[
"
$show_setting
"
-eq
1
]
then
echo
echo
"The initdb setting:"
...
...
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