in `pulumi/postgresql`, is there some way to run the equivalent of the following? ```REVOKE CREATE ...
w
in
pulumi/postgresql
, is there some way to run the equivalent of the following?
Copy code
REVOKE CREATE ON SCHEMA public FROM PUBLIC;