用于存储(键,值)对集合的数据类型
pgext.cloud · 项目主页 · 官方文档 · 许可证原文 · Control 文件
| 扩展包 | hstore |
|---|---|
| 版本 | 1.8 |
| PostgreSQL 版本 | 14 · 15 · 16 · 17 · 18 |
| 仓库来源 | PostgreSQL 自带 |
| 扩展形态 | 标准扩展 |
| 需要 CREATE EXTENSION | 是 |
| 需要预加载 | 否 |
| 可信扩展 | 是 |
| 最近提交 | 2026-05-14 |
| 最近发布 | 2026-05-14 |
| 目录更新 | 2026-07-29 |
| flux | flux:记录表数据变更并恢复历史行状态的 PostgreSQL 扩展。 |
| format | format:通用类 PostgreSQL 扩展;上游说明为“A string formatting function which takes named parameters”。 |
| hstore_hash_ops | PostgreSQL hstore GIN操作类:哈希和精确对索引 |
| hstore_ops | 面向 hstore 的替代 GIN 操作符类,侧重更小的索引与更快的包含查询。 |
| hstore_pllua | Lua 程序语言的Hstore适配扩展 |
| hstore_plluau | Lua 程序语言的Hstore适配扩展(不受信任的) |
| hstore_plperl | 在 hstore 和 plperl 之间转换适配类型 |
| hstore_plperlu | 在 hstore 和 plperlu 之间转换适配类型 |
| hstore_plphp | 在 hstore 与 PL/php 的 PHP 关联数组之间转换 |
| hstore_plpython2u | PL/Python2u:在PostgreSQL中转换hstore与plpython2u之间的数据 |
| hstore_plpython3u | 在 hstore 和 plpython3u 之间转换 |
| hstore_plpythonu | PL/Pythonu:在PostgreSQL中转换hstore与plpythonu之间的数据 |
| hstore_plruby | 在 hstore 与 PL/Ruby 的 Ruby Hash 之间转换 |
| json_enhancements_with_hstore | 将pg 9.3 JSON增强功能回溯到PostgreSQL 9.2,带有hstore |
| mbus | PostgreSQL的简单消息总线 |
| meta_triggers | meta_triggers:通用类 PostgreSQL 扩展;上游说明为“Insert, update and delete triggers for the meta system catalog”。 |
| numhstore | numhstore:为 hstore 增加 inthstore 与 floathstore 数值类型及辅助函数。 |
| pg_auditor | 审计数据变更并提供闪回能力 |
| pg_readme | 根据 PostgreSQL COMMENT 对象生成 Markdown README |
| pg_rowalesce | 类似于coalesce(),但用于行和其他复合类型 |
| pg_utility_trigger_functions | 辅助触发函数,由作者用于多个PostgreSQL项目 |
| pg_xenophile | PostgreSQL i8n与l10n工具包 |
| sys_syn_dblink | 基于 PL/pgSQL 的同步处理器:通过具名 dblink 连接拉取远端 sys_syn 队列,批量转换并写入本地表,再将处理状态回传源数据库。 |
| pgbson | 为 PostgreSQL 提供 BSON 数据类型及访问函数 |
| collection | 面向高性能 PL/pgSQL 工作流的关联数组数据类型 |
| jsonschema | PostgreSQL JSON Schema 校验函数 |
| pgjq | 在Postgres中使用jq查询JSON |
| jsquery | 用于内省 JSONB 数据类型的查询类型 |
| pg_jsonschema | 提供JSON Schema校验能力 |
| intarray | 1维整数数组的额外函数、运算符和索引支持 |
| arraymath | 数组逐元素数学运算符包 |
| pgpdf | PDF数据类型,管理函数与全文检索 |
| pglite_fusion | 在PG表中嵌入SQLite数据库作为数据类型 |