You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load bal
18
18
| Failover |**Stable**| Queries are automatically rerouted around broken replicas, validated by regular health checks. |
19
19
| Admin database statistics |**Stable**| Pooler statistics and administration via the `pgbouncer` and `pgcat` databases. |
20
20
| 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. |
22
22
| 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. |
23
23
| Live configuration reloading |**Stable**| Identical to PgBouncer; all settings can be reloaded dynamically (except `host` and `port`). |
24
24
| 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