Store database users in custom table - Mailing list pgsql-admin

From Antoine POPINEAU
Subject Store database users in custom table
Date
Msg-id 4BA4066E.4060205@akegroup.org
Whole thread Raw
Responses Re: Store database users in custom table
List pgsql-admin
Hi,

I am developping a Java application, and using a PostgreSQL backend
database. Theorically, there might be lots of users, each with
potentially different permissions over the different tables.

I could add those user to the database with a classic CREATE USER, but
that doesn't seem efficient to me, since I've already got a custom table
with users data and, amongst others, password.

So my question is simple (the answer might not be, though): is there a
possibility to tell Postgres to fetch user logins and passwords in a
custom table (perhaps respecting a certain schema) instead of the
default location?

Thank you.

Antoine POPINEAU.

Attachment

pgsql-admin by date:

Previous
From: Anibal David Acosta
Date:
Subject: Re: insert in function writen in pgplsql
Next
From: Mark Rostron
Date:
Subject: upgrade 8.3.7 to 8.3.10 combined with ownership change