https://github.com/debfx/pgfilterproxy
PostgreSQL filter proxy
https://github.com/debfx/pgfilterproxy
postgresql
Last synced: 6 months ago
JSON representation
PostgreSQL filter proxy
- Host: GitHub
- URL: https://github.com/debfx/pgfilterproxy
- Owner: debfx
- License: mit
- Created: 2022-02-13T22:52:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T17:02:48.000Z (9 months ago)
- Last Synced: 2025-09-25T19:12:46.484Z (9 months ago)
- Topics: postgresql
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgfilterproxy
Proxy for PostgreSQL that forwards only configured
[query fingerprints](https://github.com/pganalyze/libpg_query/wiki/Fingerprinting)
and [protocol messages](https://www.postgresql.org/docs/current/protocol-message-formats.html).
Run it was `pgfilterproxy `.
See [pgfilterproxy.yaml.example](pgfilterproxy.yaml.example) for a commented sample config.
You can gather fingerprints of denied queries by looking at the pgfilterproxy log.