From b1f88476dbd738bdcc20466efd5ffcb83ab25093 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 1 Apr 2020 14:48:52 +0200 Subject: Corrected docs spelling of PgBouncer. --- docs/ref/databases.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 2358310e8d..b594618bb1 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -206,7 +206,7 @@ cursor query is controlled with the `cursor_tuple_fraction`_ option. Transaction pooling and server-side cursors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Using a connection pooler in transaction pooling mode (e.g. `pgBouncer`_) +Using a connection pooler in transaction pooling mode (e.g. `PgBouncer`_) requires disabling server-side cursors for that connection. Server-side cursors are local to a connection and remain open at the end of a @@ -232,7 +232,7 @@ Another option is to wrap each ``QuerySet`` using server-side cursors in an for the duration of the transaction. This way, the server-side cursor will only live for the duration of the transaction. -.. _pgBouncer: https://pgbouncer.github.io/ +.. _PgBouncer: https://pgbouncer.github.io/ .. _manually-specified-autoincrement-pk: -- cgit v1.3