summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2020-04-01 14:48:52 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-04-01 15:15:21 +0200
commit2c3497980f925abcee397a99fbfc535feee5d947 (patch)
treea0c932dc338f1ea2fb1f3e4b5464edbad0092a93 /docs/ref
parent0342d47e7a8571242a570b91dea3c137436740d4 (diff)
[3.0.x] Corrected docs spelling of PgBouncer.
Backport of b1f88476dbd738bdcc20466efd5ffcb83ab25093 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index dae1c03077..d2188b93f3 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -203,7 +203,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
@@ -229,7 +229,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: