User identification (external/internal) - Mailing list pgsql-general

From Einar Karttunen
Subject User identification (external/internal)
Date
Msg-id Pine.LNX.4.30.0104021422550.16742-100000@tankar-10.cs.Helsinki.FI
Whole thread Raw
List pgsql-general
Hello

I have a database with aproximately 800 users. About
30% of them change each year. The users are divided
into group an each group has different per user
information. How fast is using authentication with
pgsql using a password file? Is it possible to
tie some data to an user or group? If the usernames
are in pg_shadow then there is no problem with
groups but what if I use a separate password file?
Or is the best aprouch to do the authentication
in the application (eg SELECT 1 FROM table WHERE
uname='username' AND pwd='password';)?

- Einar Karttunen



pgsql-general by date:

Previous
From: Robert Gaszewski
Date:
Subject: PostgreSQL 7.1, UNICODE and glibc
Next
From: Alexander Lohse
Date:
Subject: Re: Using Indices