Opened 6 years ago

Closed 6 years ago

#28887 closed New feature (fixed)

Add support for SP-Gist indexes

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: spgist, index, postgres, db-indexes
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

Add support for PostgreSQL SP-Gist indexes to django.contrib.postgres.

Change History (5)

comment:1 by Nick Pope, 6 years ago

Has patch: set
Version 0, edited 6 years ago by Nick Pope (next)

comment:2 by Tim Graham, 6 years ago

Description: modified (diff)
Summary: Support for SP-Gist indexesAdd support for SP-Gist indexes
Triage Stage: UnreviewedAccepted

comment:3 by Nick Pope, 6 years ago

Keywords: db-indexes added

comment:4 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 4c36e9e4:

Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.

Note: See TracTickets for help on using tickets.
Back to Top