0

I'm trying to do what is described here.

That is, execute the following:

BEGIN;
DROP ROLE role_name;
ROLLBACK;

and get the:

list of permissions it can find that are granted to the role.

I can't seem to do this. I see no output and the Messages after executing don't help:

enter image description here

The docs don't give any indication that this actually does what @user:176905 said in the linked answer.

asked Apr 24, 2024 at 10:27
2
  • 1
    Use a client that shows you the messages. Commented Apr 24, 2024 at 10:45
  • @LaurenzAlbe I've edited my question with a picture of what I see in the "Messages". Do you get more information in yours? Commented Apr 24, 2024 at 11:14

1 Answer 1

0

That looks like there are no messages and DROP ROLE was successful.

That would mean that there are no permissions granted to that role directly.

answered Apr 24, 2024 at 12:16

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.