
October 21st, 2002, 12:11 AM
|
|
Contributing User
|
|
Join Date: Aug 2002
Location: Chennai, India
Posts: 69
Time spent in forums: 7 m 55 sec
Reputation Power: 11
|
|
|
From what I see, pg_ident.conf is only a mapping of OS usernames to PostgreSQL usernames. Correct me if I am wrong.
However, what I need is a mapping of database username to databases...
For eg., if 'u_hris' is database username and
if 'hris' & 'dev' are PostgreSQL databases...
... I need a mapping of PostgreSQL username 'u_hris' to PostgreSQL database 'hris'.
Thanks.
Last edited by ggnanaraj : October 21st, 2002 at 05:31 AM.
|