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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover su
22
22
| Statistics |:white_check_mark:| Statistics available in the admin database (`pgcat` and `pgbouncer`) with `SHOW STATS`, `SHOW POOLS` and others. |
23
23
| Live configuration reloading |:white_check_mark:| Reload supported settings with a `SIGHUP` to the process, e.g. `kill -s SIGHUP $(pgrep pgcat)` or `RELOAD` query issued to the admin database. |
24
24
| Client authentication |:white_check_mark::wrench:| MD5 password authentication is supported, SCRAM is on the roadmap; one user is used to connect to Postgres with both SCRAM and MD5 supported. |
25
+
| Auth passthrough |:white_check_mark::wrench:| MD5 password authentication can be configured to use an `auth_query` so no cleartext passwords are needed in the config file. |
25
26
| Admin database |:white_check_mark:| The admin database, similar to PgBouncer's, allows to query for statistics and reload the configuration. |
0 commit comments