pgbouncer
pgbouncer copied to clipboard
Protocol level prepared statements
Is anyone working on that? If not, I'm interested in developing this feature.
I'm not sure what you hope to get here. In the referenced bug it was discussed that transaction pool mode doesn't work with prepared statements but session pool mode does.
Postgres protocol has enough information so that pgbouncer can support prepared statements. I just wanted to check if someone is already working on that feature.
If not, I'll develop it and send a PR.
Am I right to presume Pgbouncer does not support Extended Query Protocol in Transaction Pool Mode due to the lack of this feature ?
Extended query is supported in all pooling modes.
Closing this because protocol-level prepared statements was merged in #845 and is now released in PgBouncer 1.21.0