[question] postgresql_privs_module: REVOKE CREATE ON schema public FROM [user]

Hi folks,

How can I write the following simple PostgreSQL outcome?

REVOKE CREATE ON schema public FROM [user]

I’m using:

After searching the docs and web, I couldn’t figure out the settings.

Would be great if somebody has the answer.