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
36984885
Commit
36984885
authored
28 years ago
by
Bryan Henderson
Browse files
Options
Downloads
Patches
Plain Diff
New host-based authentication -- set up pg_hba.conf instead of pg_hba
parent
785234d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/initdb/initdb.sh
+3
-3
3 additions, 3 deletions
src/bin/initdb/initdb.sh
with
3 additions
and
3 deletions
src/bin/initdb/initdb.sh
+
3
−
3
View file @
36984885
...
...
@@ -26,7 +26,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.1
1
1996/10/
05 21:34:33 momji
an Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.1
2
1996/10/
12 07:49:56 bry
an
h
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -111,7 +111,7 @@ fi
TEMPLATE
=
$LIBDIR
/local1_template1.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
...
...
@@ -264,7 +264,7 @@ if [ $template_only -eq 0 ]; then
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..."
...
...
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