Re: Azure Database for PostgreSQL - how to add pgbouncer or similar? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Azure Database for PostgreSQL - how to add pgbouncer or similar?
Date
Msg-id caed7e59-a30e-d492-b18d-d088f1e97340@aklaver.com
Whole thread Raw
In response to Azure Database for PostgreSQL - how to add pgbouncer or similar?  (Alexander Farber <alexander.farber@gmail.com>)
Responses Re: Azure Database for PostgreSQL - how to add pgbouncer or similar?
List pgsql-general
On 6/29/19 12:34 AM, Alexander Farber wrote:
> Good morning,
> 
> in Microsoft Azure how to add pgbouncer or a similar software enabling 
> multiple simultaneous connections?

Not from within. Supported extensions:

https://docs.microsoft.com/en-us/azure/postgresql/concepts-extensions

Using search term 'azure postgresql connection pooler', a sample blog 
that shows another way:

https://docs.microsoft.com/en-us/azure/postgresql/concepts-extensions


Why not spin up a VM and install your own Postgres ?

> 
> After reading 
> https://docs.microsoft.com/en-us/azure/postgresql/overview I could not 
> find such options...
> 
> Thank you
> Alex


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: "Jehan-Guillaume (ioguix) de Rorthais"
Date:
Subject: Re: Automatic Failover in PostgreSQL using PAF/repmgr
Next
From: Alexander Farber
Date:
Subject: Re: Azure Database for PostgreSQL - how to add pgbouncer or similar?