Re: Deactivate/disable User id in Postgres

Поиск
Список
Период
Сортировка
От John Scalia
Тема Re: Deactivate/disable User id in Postgres
Дата
Msg-id 1590FC39-7BA9-4B29-953E-7C01E70E52E9@gmail.com
обсуждение исходный текст
Ответ на Deactivate/disable User id in Postgres  (Rajin Raj <rajin.raj@opsveda.com>)
Ответы Re: Deactivate/disable User id in Postgres  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Setting the role for NOLOGIN is probably your best route. You could also revoke their privileges on any database object, if you were especially concerned.
Jay

Sent from my iPad

On May 4, 2020, at 7:30 AM, Rajin Raj <rajin.raj@opsveda.com> wrote:


Hi,

Is there any option to deactivate/disable a user id in Postgres?
I can think of below two options, 

ALTER USER <user_id> WITH CONNECTION LIMIT 0;
ALTER USER <user_id> WITH NOLOGIN

Is there any better approach? 

Regards,
Rajin 

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

Предыдущее
От: Rajin Raj
Дата:
Сообщение: Deactivate/disable User id in Postgres
Следующее
От: Rui DeSousa
Дата:
Сообщение: Re: Deactivate/disable User id in Postgres