Skip to content

Commit 3601130

Browse files
authored
Readme update (#418)
* Readme update * m * wording
1 parent 0d50403 commit 3601130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load bal
1818
| Failover | **Stable** | Queries are automatically rerouted around broken replicas, validated by regular health checks. |
1919
| Admin database statistics | **Stable** | Pooler statistics and administration via the `pgbouncer` and `pgcat` databases. |
2020
| Prometheus statistics | **Stable** | Statistics are reported via a HTTP endpoint for Prometheus. |
21-
| Client TLS | **Stable** | Clients can connect to the pooler using TLS/SSL. |
21+
| SSL/TLS | **Stable** | Clients can connect to the pooler using TLS. Pooler can connect to Postgres servers using TLS. |
2222
| Client/Server authentication | **Stable** | Clients can connect using MD5 authentication, supported by `libpq` and all Postgres client drivers. PgCat can connect to Postgres using MD5 and SCRAM-SHA-256. |
2323
| Live configuration reloading | **Stable** | Identical to PgBouncer; all settings can be reloaded dynamically (except `host` and `port`). |
2424
| Auth passthrough | **Stable** | MD5 password authentication can be configured to use an `auth_query` so no cleartext passwords are needed in the config file.|

0 commit comments

Comments
 (0)