mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
[5.0.x] Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new PostgreSQL connections.
Backport of eeb2119985d9879b1d9ac3730ea0b53c0c019221 from main
This commit is contained in:
parent
415a08a528
commit
6c992dc003
@ -164,8 +164,14 @@ password from the `password file`_, you must specify them in the
|
|||||||
|
|
||||||
localhost:5432:NAME:USER:PASSWORD
|
localhost:5432:NAME:USER:PASSWORD
|
||||||
|
|
||||||
|
The PostgreSQL backend passes the content of :setting:`OPTIONS` as keyword
|
||||||
|
arguments to the connection constructor, allowing for more advanced control
|
||||||
|
of driver behavior. All available `parameters`_ are described in detail in the
|
||||||
|
PostgreSQL documentation.
|
||||||
|
|
||||||
.. _connection service file: https://www.postgresql.org/docs/current/libpq-pgservice.html
|
.. _connection service file: https://www.postgresql.org/docs/current/libpq-pgservice.html
|
||||||
.. _password file: https://www.postgresql.org/docs/current/libpq-pgpass.html
|
.. _password file: https://www.postgresql.org/docs/current/libpq-pgpass.html
|
||||||
|
.. _parameters: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user