Azure Database for PostgreSQL
An Azure managed PostgreSQL database service for app development and deployment.
1,239 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear Team,
I am experiencing an issue with Azure Database for PostgreSQL - Flexible Server, where I am unable to change the ownership of the cron
table. The table is currently owned by azuresu
and due to Azure's restricted SUPERUSER
access, I cannot execute the standard ALTER TABLE
command to transfer ownership.
Issue Details:
cron
azuresu
Given the restrictions on SUPERUSER
privileges in Azure PostgreSQL, I would appreciate guidance on how to proceed with transferring ownership of the cron
table.