documentdb_core
Core API surface for DocumentDB for PostgreSQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: documentdb : Core API surface for DocumentDB for PostgreSQL
Information
- Extension ID: 9010
- Extension Name:
documentdb_core - 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: N/A
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_core via the pig CLI tool:
pig ext install documentdb; # Extension Name pig ext install documentdb_core; # normalized package name 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_core has to be loaded via shared_preload_libraries
shared_preload_libraries = 'pg_documentdb_core'; # add to pg cluster config Create documentdb_core extension on PostgreSQL cluster:
CREATE EXTENSION documentdb_core; Usage
Add to shared_preload_libraries first:
- shared_preload_libraries: documentdb_core, pg_stat_statements, auto_explain + shared_preload_libraries: pg_documentdb_core, pg_stat_statements, auto_explain Example, create extension and perform DDL & CRUD
CREATE EXTENSION documentdb_core ; Currently we only have documentdb_core extension, It can be used with the FerretDB 2.0+
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.