In psycopg 3.x , is it possible to disable the Extended Query Protocol?
I’m connecting to pgbouncer
via psycopg==3.1.19
and trying to perform a SHOW STATS
(which pgbouncer itself will answer, it’s not sent to postgresql)
I’m connecting to pgbouncer
via psycopg==3.1.19
and trying to perform a SHOW STATS
(which pgbouncer itself will answer, it’s not sent to postgresql)