From b080cc28b45b03bbfdd0995b8641a1c7c0eea26e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 4 Feb 2022 15:52:07 -0600 Subject: [PATCH] Fix typo in prepared statements+pooling warning --- docs/advanced/prepare.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/prepare.rst b/docs/advanced/prepare.rst index d7b273517..226a55edb 100644 --- a/docs/advanced/prepare.rst +++ b/docs/advanced/prepare.rst @@ -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`. -- 2.47.3