Re: How to remove user specific grant and revoke

Andrus <kobruleht2@hot.ee>

From: Andrus <kobruleht2@hot.ee>
To: Erik Wienhold <ewie@ewie.name>, pgsql-general <pgsql-general@postgresql.org>
Date: 2023-06-03T16:14:03Z
Lists: pgsql-general
Hi!


> 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.

Andrus.