I am running into issues regarding the pgbouncer connection pooling in Azure Cosmos DB for PostgreSQL: https://video2.skills-academy.com/en-us/azure/cosmos-db/postgresql/concepts-connection-pool.
The issue is that I get the error: "prepared statement "sqlx_s_1" already exists". I'm wondering if there is something we could do to solve that problem?
Seems like it might have been fixed with pgbouncer version 1.21.0, and I can't find any information about the pgbouncer version currently in use in the Azure Cosmos DB for PostgreSQL.
Is it true that the Azure Cosmos DB for PostgreSQL does not support prepared statements through pgbouncer? If so, are there any plans to support this?