class PostgresIndex(Index):
Known subclasses: django.contrib.postgres.indexes.BloomIndex
, django.contrib.postgres.indexes.BrinIndex
, django.contrib.postgres.indexes.BTreeIndex
, django.contrib.postgres.indexes.GinIndex
, django.contrib.postgres.indexes.GistIndex
, django.contrib.postgres.indexes.HashIndex
, django.contrib.postgres.indexes.SpGistIndex
Undocumented
Method | check_supported |
Undocumented |
Method | create_sql |
Undocumented |
Method | get_with_params |
Undocumented |
Property | max_name_length |
Undocumented |
django.contrib.postgres.indexes.GistIndex
Undocumented
django.contrib.postgres.indexes.BloomIndex
, django.contrib.postgres.indexes.BrinIndex
, django.contrib.postgres.indexes.BTreeIndex
, django.contrib.postgres.indexes.GinIndex
, django.contrib.postgres.indexes.GistIndex
, django.contrib.postgres.indexes.HashIndex
, django.contrib.postgres.indexes.SpGistIndex
Undocumented