Re: How to remove user specific grant and revoke

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: How to remove user specific grant and revoke
Дата
Msg-id 371357275.803438.1685810290820@office.mailbox.org
обсуждение исходный текст
Ответ на Re: How to remove user specific grant and revoke  (Andrus <kobruleht2@hot.ee>)
Список pgsql-general
> On 03/06/2023 18:14 CEST Andrus <kobruleht2@hot.ee> wrote:
>
> > Or just execute those REVOKE ALL commands (except for PUBLIC) that pgAdmin
> > already gives you.
> pgAdmin gives
> REVOKE ALL ON TABLE public.kaspriv FROM someuser;
> I ran it but pgAdmin still gives this statement.

What are the current table privileges when you run this in psql:

    \dp public.kaspriv

--
Erik



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

Предыдущее
От: Andrus
Дата:
Сообщение: Re: How to remove user specific grant and revoke
Следующее
От: Andrus
Дата:
Сообщение: Re: How to remove user specific grant and revoke