Azure Postgresql how to create a CAST
Hello, I am currently in the process of configuring a database within Azure Database for PostgreSQL flexible server. However when i try to create two CAST objects i get the following error: ERROR: must be owner of type integer or type…
Azure Database for PostgreSQL
create sp to populate table from one db to another
Hi, how to create Store procedure to populate data from one database table to another database table and do we need to refresh or it will auto sync
Azure Database for PostgreSQL
SQL Server Reporting Services
SQL Server Analysis Services
SQL Server | Other
Trying to create an Azure Database for PostgreSQL flexible server with same server name which was deleted
I am trying to create an Azure Database for PostgreSQL flexible server with same server name which was deleted using terraform but running into the below error. Tried creating using Azure Portal and no luck there as getting the same error there…
Azure Database for PostgreSQL
Flexible PostgreSQL server not responsive for unknown reason
Our web server suddenly started to fail to connect to our PostgreSQL flexible server, and the portal is stuck with the message 'The server is currently in 'restarting' state. Please wait for the operation to complete. You can refresh to check status.…
Azure Database for PostgreSQL

Do I need to use Azure NAT Gateway for outbound internet access for Azure Container Apps or Azure Database for PostgreSQL?
Hi everyone, I would like to ask whether I need to use Azure NAT Gateway for outbound access to the internet? Insight: I have Hub and Spoke network topology implemented, in the Hub VNET there is an Azure Firewall and Azure VPN Gateway. I've setup Azure…
Azure Database for PostgreSQL
Azure Container Apps
Azure NAT Gateway
Missing Query Duration Information in Azure PostgreSQL Logs
We are currently running PostgreSQL as a Flexible Server on Azure and have configured Azure Diagnostics to log queries. However, we are encountering an issue where the duration of the queries is not consistently logged in the Message column or the…
Azure Database for PostgreSQL

PostgreSQL Flexible Server in restart for extended period
I have a flexible server database that has been restarting for nearly four hours. It usually takes about 10 minutes to cycle the server. It shows some intermittent availability and response to queries, but it still has the status alert and doesn't show…
Azure Database for PostgreSQL
Connect PowerBI Service to Azure PostgreSQL for Flexible Server via Vnet data gateway
Hi team, Can I connect PowerBI Service to Azure PostgreSQL for Flexible Server via Vnet data gateway. If yes then can you please tell me the steps
Azure Database for PostgreSQL
Can't create Azure Database for PostgreSQL in West Europe. Problems between different regions?
As the title says, I can't create an Azure Database for PostgreSQL in West Europe because it gives this error. Nearest one would be France South. My fist question is, is this fixable, or any reason for this that I can change and haven't figured out yet?…
Azure Database for PostgreSQL

Can't enable private link with my newly created read replica server
Hi! I have a postgres SQL flexible server that is created in March 2023, I am not able to enable the private link because the server is created too long ago. I just created read replica server, but it has the same issue that I can't find private link…
Azure Database for PostgreSQL

Azure PostgreSQL Flexible Server - Creating Database in pgAdmin tool
Hi, I am using Azure Database for PostgreSQL Flexible Servers, I cannot create database in pgAdmin due to missing privileges for pg_default tablespace. I cannot find that in documentation, could you confirm that creating databases are possible only in…
Azure Database for PostgreSQL

Scheduled Backup doe not stop
Hello, i have a running Backup Job, that does not stop. It's running for over 24h now. I tried to stop it via GUI, which is not possible; also via Powershell / CLI which also failed. The GUI has no "Stop" button. The Powershell / CLI claims…
Azure Backup
Azure Database for PostgreSQL

Azure PostgreSQL flexible Server Database Managed Identity connection
Hello, -We have created Azure postgres Flexible server with Microsoft Entra Authentication only deployment as Paas in Azure subscription. -We have added Azure Service Principal into Database admin user via Azure portal. We have created Azure VM and…
Azure Database for PostgreSQL
How can I manage the Virtual Network of an Azure PostgresSQL Flexible server after changing the DB's subscription?
I'm trying to move my cloud resources into a new Subscription. I was able to successfully move an Azure Database for PostgresSQL to a new subscription, however the attached virtual network cannot be changed. Per MSFT documentation, the attached virtual…
Azure Virtual Network
Azure Database for PostgreSQL

Failedto load PostgreSQL Flexible serverdatabases
Hi everyone Maybe who knows what is going on?
Azure Database for PostgreSQL
Do you know how to install the 'ODBC Driver 17 for PostgreSQL' on a Azure Databricks cluster?
I am attempting to run postgreSQL stored procedures , through Azure Databricks notebook. We have stored procedure written in Azure Database for PostgreSQL and we want to run postgreSQL stored procedures through Azure Databricks Notebook (using…
Azure Synapse Analytics
Azure Databricks
Azure Database for PostgreSQL


Azure Synapse Analytics | Pipeline | Linked Service to "Azure Database for PostgreSQL" not available in 'Stored Procedure'
Hi everyone, I am trying to create a simple pipeline in Azure Synapse Analytics which should write some files' metadata fields into a Database. To do so, I first created a linked service to a postresql database instance hosted on Azure: I am now trying…
Azure Synapse Analytics
Azure Database for PostgreSQL
pgaadauth_create_principal does not exist in my flexible postgresql instance
I am trying to create users that I will later use to log in from my kubernetes service. I have set up 2 admins for this database 1. being a user group on which I am added and the other being a service principal. I tried to use the create_principal…
Azure Database for PostgreSQL

Azure Data Factory managed private endpoint to Azure PostgresSQL flexible server
In my infra I have a Vnet with two subnets: application-subnet delegated-subnet The Azure Data Factory instance is on application-subnet. The Azure PostgreSQL flexible server is in delegated-subnet and is configured with Private Access (VNET…
Azure Private Link
Azure Data Factory
Azure Database for PostgreSQL
Using key vault to customize the encryption keys at rest for Azure Database PostgreSQL imply any cost on for encrypt/decrypt operations?
Hi, Based on the pricing for Key Vault, encryption/decryption operations via API are charged. My question is, does this also imply cost for PostgreSQL DBaaS using custom encryption keys stored in Azure Key Vault or the cost for encrypting/decrypting…