Skip to content

Commit c3f5e43

Browse files
authored
Merge pull request #271416 from nachoalonsoportillo/path-52
Update concepts-pgbouncer.md
2 parents 26898ef + beabf62 commit c3f5e43

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

articles/postgresql/flexible-server/concepts-pgbouncer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Database for PostgreSQL flexible server offers [PgBouncer](https://github.
1717

1818
PgBouncer uses a more lightweight model that utilizes asynchronous I/O, and only uses actual Postgres connections when needed, that is, when inside an open transaction, or when a query is active. This model can support thousands of connections more easily with low overhead and allows scaling to up to 10,000 connections with low overhead. When enabled, PgBouncer runs on port 6432 on your database server. You can change your application’s database connection configuration to use the same host name, but change the port to 6432 to start using PgBouncer and benefit from improved idle connection scaling.
1919

20-
PgBouncer in Azure database for PostgreSQL flexible server supports [Microsoft Entra authentication (AAD)](./concepts-azure-ad-authentication.md) authentication.
20+
PgBouncer in Azure database for PostgreSQL flexible server supports [Microsoft Entra authentication](./concepts-azure-ad-authentication.md).
2121

2222
> [!NOTE]
2323
> PgBouncer is supported on General Purpose and Memory Optimized compute tiers in both public access and private access networking.
@@ -40,6 +40,10 @@ You can configure PgBouncer, settings with these parameters:
4040

4141
For more information about PgBouncer configurations, see [pgbouncer.ini](https://www.pgbouncer.org/config.html).
4242

43+
The following table shows the versions of PgBouncer currently deployed together with each major version of PostgreSQL:
44+
45+
[!INCLUDE [pgbouncer-table](./includes/pgbouncer-table.md)]
46+
4347
> [!IMPORTANT]
4448
> Upgrading of PgBouncer is managed by Azure.
4549
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: varun-dhawan
3+
ms.service: postgresql
4+
ms.subservice: flexible-server
5+
ms.topic: include
6+
ms.date: 04/07/2024
7+
ms.author: varundhawan
8+
---
9+
| **PostgreSQL 16** | **PostgreSQL 15** | **PostgreSQL 14** | **PostgreSQL 13** | **PostgreSQL 12** | **PostgreSQL 11** |
10+
|-------------------|-------------------|-------------------|-------------------|-------------------|-------------------|
11+
| 1.22.1 | 1.22.1 | 1.22.1 | 1.22.1 | 1.22.1 | 1.22.1|

0 commit comments

Comments
 (0)