mirror of
https://github.com/django/django.git
synced 2025-08-27 14:04:41 +00:00
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
This commit is contained in:
parent
d47498c5df
commit
39ebdf5a3c
13 changed files with 21 additions and 78 deletions
|
@ -90,7 +90,7 @@ General-purpose aggregation functions
|
|||
|
||||
.. class:: JSONBAgg(expressions, filter=None, **extra)
|
||||
|
||||
Returns the input values as a ``JSON`` array. Requires PostgreSQL ≥ 9.5.
|
||||
Returns the input values as a ``JSON`` array.
|
||||
|
||||
``StringAgg``
|
||||
-------------
|
||||
|
|
|
@ -61,7 +61,7 @@ available from the ``django.contrib.postgres.indexes`` module.
|
|||
|
||||
Provide an integer number of bytes to the gin_pending_list_limit_ parameter
|
||||
to tune the maximum size of the GIN pending list which is used when
|
||||
``fastupdate`` is enabled. This parameter requires PostgreSQL ≥ 9.5.
|
||||
``fastupdate`` is enabled.
|
||||
|
||||
.. _GIN Fast Update Technique: https://www.postgresql.org/docs/current/static/gin-implementation.html#GIN-FAST-UPDATE
|
||||
.. _gin_pending_list_limit: https://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-GIN-PENDING-LIST-LIMIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue