]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo in prepared statements+pooling warning
authorChris Roberts <NasaGeek@users.noreply.github.com>
Fri, 4 Feb 2022 21:52:07 +0000 (15:52 -0600)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 4 Feb 2022 22:21:59 +0000 (23:21 +0100)
docs/advanced/prepare.rst

index d7b273517fe3b6ddb581a992563c8a841182f95f..226a55edbde08ed409d5de2d7b41f5eb2aa84fd7 100644 (file)
@@ -53,5 +53,5 @@ Statement preparation can be controlled in several ways:
     Using external connection poolers, such as PgBouncer, is not compatible
     with prepared statements, because the same client connection may change
     the server session it refers to. If such middleware is used you should
-    disable connection pooling, by setting the `Connection.prepare_threshold`
+    disable prepared statements, by setting the `Connection.prepare_threshold`
     attribute to `!None`.