mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33497 -- Added connection pool support for PostgreSQL.
Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
bcccea3ef3
commit
fad334e1a9
@@ -162,6 +162,9 @@ Database backends
|
||||
to allow specifying :ref:`pragma options <sqlite-init-command>` to set upon
|
||||
connection.
|
||||
|
||||
* ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to
|
||||
allow using :ref:`connection pools <postgresql-pool>`.
|
||||
|
||||
Decorators
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user