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
357d9bdc
Commit
357d9bdc
authored
Jul 11, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move export to a separate line, per Peter E.
parent
153f4006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pg_hba.conf.sample
+7
-7
src/bin/pg_ctl/pg_ctl.sh
src/bin/pg_ctl/pg_ctl.sh
+3
-2
No files found.
src/backend/libpq/pg_hba.conf.sample
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.
#
...
...
src/bin/pg_ctl/pg_ctl.sh
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 16:16:52
momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.2
3 2001/07/11 19: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
"
...
...
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