documentdb_core

documentdb_core

Core API surface for DocumentDB for PostgreSQL

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
9010
documentdb_core
documentdb
0.106
SIM
MIT
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--sLd--
No
Yes
Yes
Yes
no
no
Relationships
Need By
documentdb
See Also
mongo_fdw
rum
pg_jsonschema
jsquery
pg_cron
postgis
vector
Siblings
documentdb
documentdb_distributed

FerretDB Fork, work with FerretDB 2.5

Packages

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
EL
PIGSTY
0.106
18
17
16
15
14
13
documentdb_$v*postgresql$v-contrib, pg_cron_$v, pgvector_$v, rum_$v
Debian
PIGSTY
0.106
18
17
16
15
14
13
postgresql-$v-documentdbpostgresql-$v-cron, postgresql-$v-pgvector, postgresql-$v-rum
Linux / PGPG18PG17PG16PG15PG14PG13
el8.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
el8.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
el9.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
el9.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
el10.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
el10.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
d12.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
d12.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
d13.x86_64
MISS
MISS
MISS
MISS
MISS
MISS
d13.aarch64
MISS
MISS
MISS
MISS
MISS
MISS
u22.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
u22.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
u24.x86_64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS
u24.aarch64
MISS
PIGSTY 0.106
PIGSTY 0.106
PIGSTY 0.106
MISS
MISS

Source

pig build get documentdb_core; # get documentdb_core source code
pig build dep documentdb_core; # install build dependencies
pig build pkg documentdb_core; # build extension rpm or deb
pig build ext documentdb_core; # build extension rpms

Install

To add the required PGDG / PIGSTY upstream repository, use:

pig repo add pgsql -u   # add PGDG + Pigsty repo and update cache (leave existing repos)

Install this extension with:

pig ext install documentdb_core; # install by extension name, for the current active PG version
pig ext install documentdb; # install via package alias, for the active PG version
pig ext install documentdb_core -v 17;   # install for PG 17
pig ext install documentdb_core -v 16;   # install for PG 16
pig ext install documentdb_core -v 15;   # install for PG 15

Create this extension with:

CREATE EXTENSION documentdb_core;
Last updated on