mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+.
This commit is contained in:
parent
97a6a678c4
commit
3a8f52fbc6
5 changed files with 29 additions and 1 deletions
|
@ -3110,6 +3110,11 @@ there are triggers or if a function is called, even for a ``SELECT`` query.
|
|||
|
||||
Support for the ``generic_plan`` option on PostgreSQL 16+ was added.
|
||||
|
||||
.. versionchanged:: 5.2
|
||||
|
||||
Support for the ``memory`` and ``serialize`` options on PostgreSQL 17+ was
|
||||
added.
|
||||
|
||||
.. _field-lookups:
|
||||
|
||||
``Field`` lookups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue