Context In our application we have multiple tablespace, basically for allocating different sizes.
We are evaluating to deploy our application in Azure Database for PostgreSQL server.
Problem While trying to create a table space we got the error
ERROR: permission denied to create tablespace "tec_large"
HINT: Must be a superuser to create a tablespace
On search we got to this information , which basically says
the server admin account is not part of the azure_superuser role. Since this service is a managed PaaS service, only Microsoft is part of the super user role.
Can someone please give a hint on this. Is this a no solution limitation of the Azure offer. Or Is there any possibility to hack around.