Store database users in custom table

Поиск
Список
Период
Сортировка
От Antoine POPINEAU
Тема Store database users in custom table
Дата
Msg-id 4BA4066E.4060205@akegroup.org
обсуждение исходный текст
Ответы Re: Store database users in custom table
Список 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.

Вложения

В списке pgsql-admin по дате отправления:

Предыдущее
От: Anibal David Acosta
Дата:
Сообщение: Re: insert in function writen in pgplsql
Следующее
От: Mark Rostron
Дата:
Сообщение: upgrade 8.3.7 to 8.3.10 combined with ownership change