]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore(capability): drop has_pgbouncer_prepared() 835/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jun 2024 21:09:20 +0000 (23:09 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jun 2024 21:09:20 +0000 (23:09 +0200)
commit344ae5f2313f932a5bfbec7fa2dbc8be02c96f32
tree2f8347c1ecba4db5bd2cdba42910350b887849ac
parentc832254503d3af82fc8d3cadda85d20f795549a1
chore(capability): drop has_pgbouncer_prepared()

Document to use the `has_send_closed_prepared()` capability instead,
which is a necessary condition for PgBouncer support, and doesn't give
the impression to be sufficient.
docs/advanced/prepare.rst
docs/api/objects.rst
psycopg/psycopg/_capabilities.py
tests/test_capabilities.py