This can be resolved by granting rights to pg_default to the role like
ALTER TABLESPACE pg_default
OWNER TO myusername;
This appears to be postgrs\pgadmin behavior.
Regards
Geetha
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to create a database in the tablespace=pgdefault but it says permission denied when i ran the command. As an alternative, we tried to create a new table space but failed to do that also, as we are not superuser azuresu. Even the user with azure_pg_admin privileges is not able to access the tablespace or create a new one.
How can we access the pgdefault tablespace or create a new one so that we can use?
This can be resolved by granting rights to pg_default to the role like
ALTER TABLESPACE pg_default
OWNER TO myusername;
This appears to be postgrs\pgadmin behavior.
Regards
Geetha