“Exclua o papel Postgres” Respostas de código

Exclua o papel Postgres

DROP ROLE demorole1;
Lazy Lark

Incapaz de excluir um papel no Postgres

REASSIGN OWNED BY ryan TO postgres;  -- or some other trusted role
DROP OWNED BY ryan;
-- repeat in ALL databases where the role owns anything or has any privileges!

DROP USER ryan;
Aggressive Anteater

Respostas semelhantes a “Exclua o papel Postgres”

Perguntas semelhantes a “Exclua o papel Postgres”

Mais respostas relacionadas para “Exclua o papel Postgres” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código