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
36984885
Commit
36984885
authored
Oct 12, 1996
by
Bryan Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New host-based authentication -- set up pg_hba.conf instead of pg_hba
parent
785234d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bin/initdb/initdb.sh
src/bin/initdb/initdb.sh
+3
-3
No files found.
src/bin/initdb/initdb.sh
View file @
36984885
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.1
1 1996/10/05 21:34:33 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.1
2 1996/10/12 07:49:56 bryanh
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -111,7 +111,7 @@ fi
...
@@ -111,7 +111,7 @@ fi
TEMPLATE
=
$LIBDIR
/local1_template1.bki.source
TEMPLATE
=
$LIBDIR
/local1_template1.bki.source
GLOBAL
=
$LIBDIR
/global1.bki.source
GLOBAL
=
$LIBDIR
/global1.bki.source
PG_HBA_SAMPLE
=
$LIBDIR
/pg_hba.sample
PG_HBA_SAMPLE
=
$LIBDIR
/pg_hba.
conf.
sample
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
# Find the input files
# Find the input files
...
@@ -264,7 +264,7 @@ if [ $template_only -eq 0 ]; then
...
@@ -264,7 +264,7 @@ if [ $template_only -eq 0 ]; then
pg_version
$PGDATA
pg_version
$PGDATA
cp
$PG_HBA_SAMPLE
$PGDATA
/pg_hba
cp
$PG_HBA_SAMPLE
$PGDATA
/pg_hba
.conf
echo
"Adding template1 database to pg_database..."
echo
"Adding template1 database to pg_database..."
...
...
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