hstore

data type for storing sets of (key, value) pairs

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
3970
hstore
hstore
1.8
TYPE
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-dt-
No
Yes
No
Yes
no
yes
Relationships
Need By
hstore_pllua
hstore_plluau
hstore_plpython3u
pg_readme
pg_readme_test_extension
See Also
intarray
prefix
semver
unit
pgpdf
pglite_fusion
md5hash
asn1oid

Packages

PG18PG17PG16PG15PG14PG13
1.8
1.8
1.8
1.8
1.8
1.8

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION hstore;
Last updated on