django.contrib.postgresLink to this heading# PostgreSQL 有许多 Django 支持的数据库所不具备的特性。这个可选的模块包含了一些 PostgreSQL 特有数据类型的模型字段和表单字段。 PostgreSQL 特有聚合函数 通用聚合函数 统计的聚合功能 使用实例: PostgreSQL 特有数据库约束 ExclusionConstraint PostgreSQL 特有查询表达式 ArraySubquery() 表达式 PostgreSQL 特有模型字段 对这些字段进行索引 ArrayField HStoreField 范围字段 PostgreSQL 特有表单字段和部件 字段 部件 PostgreSQL 特有数据库函数 RandomUUID TransactionNow PostgreSQL 特有模型索引 BloomIndex BrinIndex BTreeIndex GinIndex GistIndex HashIndex SpGistIndex OpClass() 表达式 PostgreSQL 特有查找 三元相似度 Unaccent 数据库迁移操作 使用迁移创建扩展 CreateExtension BloomExtension BtreeGinExtension BtreeGistExtension CITextExtension CryptoExtension HStoreExtension TrigramExtension UnaccentExtension 使用迁移来管理整理 并发索引操作 添加约束条件而不强制执行验证 全文搜索 search 查找 SearchVector SearchQuery SearchRank SearchHeadline 更改搜索配置 加权查询 性能 三元相似度 验证器 KeysValidator 范围验证器