File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 124
124
# usernames stored in secondary password files but not
125
125
# secondary passwords.
126
126
#
127
- # ident: Authentication is done by the ident server on the remote
128
- # host. AUTH_ARGUMENT is required and maps names found in
129
- # the $PGDATA/pg_ident.conf file. The connection is
130
- # accepted if the file contains an entry for this map
127
+ # ident: Authentication is done by the ident server on the local
128
+ # or remote host. AUTH_ARGUMENT is required and maps names
129
+ # found in the $PGDATA/pg_ident.conf file. The connection
130
+ # is accepted if the file contains an entry for this map
131
131
# name with the ident-supplied username and the requested
132
132
# PostgreSQL username. The special map name "sameuser"
133
- # indicates an implied map (not in pg_ident.conf)
134
- # that maps each ident username to the identical
135
- # PostgreSQL username.
133
+ # indicates an implied map (not in pg_ident.conf) that
134
+ # maps each ident username to the identical PostgreSQL
135
+ # username.
136
136
#
137
137
# krb4: Kerberos V4 authentication is used.
138
138
#
Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.22 2001/07/11 16:16:52 momjian Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.23 2001/07/11 19:36:41 momjian Exp $
12
12
#
13
13
# -------------------------------------------------------------------------
14
14
128
128
-D)
129
129
shift
130
130
# pass environment into new postmaster
131
- export PGDATA=" $1 "
131
+ PGDATA=" $1 "
132
+ export PGDATA
132
133
;;
133
134
-l)
134
135
logfile=" $2 "
You can’t perform that action at this time.
0 commit comments