#33238: Implement PostgreSQL Multi Range data types
-------------------------------------+-------------------------------------
Reporter: Andrew | Owner: (none)
Chen Wang |
Type: New | Status: new
feature |
Component: | Version: 3.2
contrib.postgres | Keywords:
Severity: Normal | postgresql,multirange,multi
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
PostgreSQL v14 was released on Sep 30th and includes multi range data
types. An example can be seen here: https://blog.crunchydata.com/blog
/better-range-types-in-postgres-14-turning-100-lines-of-sql-into-3. A
multi range data type simply prepends "multi" to "range" in the name of
the data type. For instance, tstzrange becomes tstzmultirange which looks
like an array with tstzranges. The benefit of having this is to avoid
large SQL statements and "precomputing availability on large systems".
--
Ticket URL: <https://code.djangoproject.com/ticket/33238>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/059.b13d17f6552ad69120c7f6f655f65ddc%40djangoproject.com.