From a7b40f047c4d547ec2070cd241fd7ec1585d6c60 Mon Sep 17 00:00:00 2001 From: Vishnu Vardhan <88076479+vishnulinarc@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:09:23 +0530 Subject: [PATCH] Fix typo in PgBouncer website URL (#7542) * Fix typo in PgBouncer website URL * Revert the JSON File for PgBouncer --- .../postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md b/src/data/roadmaps/postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md index dee0f837d..bf17522a2 100644 --- a/src/data/roadmaps/postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md +++ b/src/data/roadmaps/postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md @@ -2,5 +2,5 @@ PgBouncer is a lightweight connection pooler for PostgreSQL, designed to reduce the overhead associated with establishing new database connections. It sits between the client and the PostgreSQL server, maintaining a pool of active connections that clients can reuse, thus improving performance and resource utilization. PgBouncer supports multiple pooling modes, including session pooling, transaction pooling, and statement pooling, catering to different use cases and workloads. It is highly configurable, allowing for fine-tuning of connection limits, authentication methods, and other parameters to optimize database access and performance. -- [@official@PgBounder Website](https://www.pgbouncer.org/) -- [@opensource@pgbounder/pgbouncer](https://github.com/pgbouncer/pgbouncer) \ No newline at end of file +- [@official@PgBouncer Website](https://www.pgbouncer.org/) +- [@opensource@pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer) \ No newline at end of file