dataset user access

Поиск
Список
Период
Сортировка
От Philipp Kraus
Тема dataset user access
Дата
Msg-id 8383B53F-C52D-4F3E-8977-D875BA8341C0@flashpixx.de
обсуждение исходный текст
Список pgsql-general
Hello,

I need a idea to solve the following problem:

I have a table which datasets are owned by th pg login user. If the pg user is deleted, the owner of the dataset should
beset to null, that means that only a super user can access to the dataset. If the username is renamed the owner of the
datasetis also renamed. 
I have found, that I can not setup a constraint to the pg_auth or to pg_user. The next problem I see, if I delete a
userand add a new user with an equal username, the new user get access to the datasets of the old user. Can I create a
referencefrom a table to the pg system table structurs, so that I get a "unique" user id and if the user id is removed,
thefield in my table is set to null? 

Thanks

Phil

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: check user in group
Следующее
От: Seref Arikan
Дата:
Сообщение: Problem with the semantics of "select into" in a plpgsql function