documentdb
API surface for DocumentDB for PostgreSQL
	Module:
Categories:
Overview
PIGSTY 3rd Party Extension:  documentdb : API surface for DocumentDB for PostgreSQL
Information
- Extension ID: 9000
- Extension Name: documentdb
- Package Name: documentdb
- Category: SIM
- License: MIT
- Website: https://github.com/microsoft/documentdb
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.103
- Postgres Support: 17,16,15
- Need Load: Explicit Loading Required
- Need DDL:  Need CREATE EXTENSIONDDL
- Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: documentdb_core,pg_cron,tsm_system_rows,vector,postgis,rum
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name: documentdb_$v*
- RPM Ver : 0.103
- RPM Deps: postgresql$v-contrib,pg_cron_$v,pgvector_$v,rum_$v
- DEB Repo: PIGSTY
- DEB Name: postgresql-$v-documentdb
- DEB Ver : 0.103
- DEB Deps: postgresql-$v-cron,postgresql-$v-pgvector,postgresql-$v-rum
Availability
Installation
Install documentdb via the pig CLI tool:
pig ext install documentdb
Install documentdb via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["documentdb"]}' # -l <cls>
Install documentdb RPM from YUM repo directly:
dnf install documentdb_17*;
dnf install documentdb_16*;
dnf install documentdb_15*;
Install documentdb DEB from APT repo directly:
apt install postgresql-17-documentdb;
apt install postgresql-16-documentdb;
apt install postgresql-15-documentdb;
Extension documentdb has to be loaded via shared_preload_libraries
shared_preload_libraries = 'documentdb'; # add to pg cluster config
Create documentdb extension on PostgreSQL cluster:
CREATE EXTENSION documentdb CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.