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
357d9bdc
Commit
357d9bdc
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Move export to a separate line, per Peter E.
parent
153f4006
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backend/libpq/pg_hba.conf.sample
+7
-7
7 additions, 7 deletions
src/backend/libpq/pg_hba.conf.sample
src/bin/pg_ctl/pg_ctl.sh
+3
-2
3 additions, 2 deletions
src/bin/pg_ctl/pg_ctl.sh
with
10 additions
and
9 deletions
src/backend/libpq/pg_hba.conf.sample
+
7
−
7
View file @
357d9bdc
...
...
@@ -124,15 +124,15 @@
# usernames stored in secondary password files but not
# secondary passwords.
#
# ident:
Authentication is done by the ident server on the
remote
# host. AUTH_ARGUMENT is required and maps names
found in
#
the $PGDATA/pg_ident.conf file. The connection
is
# accepted if the file contains an entry for this map
# ident: Authentication is done by the ident server on the
local
#
or remote
host. AUTH_ARGUMENT is required and maps names
#
found in
the $PGDATA/pg_ident.conf file. The connection
#
is
accepted if the file contains an entry for this map
# name with the ident-supplied username and the requested
# PostgreSQL username. The special map name "sameuser"
# indicates an implied map (not in pg_ident.conf)
#
that
maps each ident username to the identical
#
PostgreSQL
username.
# indicates an implied map (not in pg_ident.conf)
that
# maps each ident username to the identical
PostgreSQL
#
username.
#
# krb4: Kerberos V4 authentication is used.
#
...
...
This diff is collapsed.
Click to expand it.
src/bin/pg_ctl/pg_ctl.sh
+
3
−
2
View file @
357d9bdc
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.2
2
2001/07/11 1
6:16:52
momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.2
3
2001/07/11 1
9:36:41
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -128,7 +128,8 @@ do
-D
)
shift
# pass environment into new postmaster
export
PGDATA
=
"
$1
"
PGDATA
=
"
$1
"
export
PGDATA
;;
-l
)
logfile
=
"
$2
"
...
...
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