select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pg_registry

Stores and validates JSON Schemas, generates schemas from tables, and binds schemas to Kafka topics.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_registry
Version0.2.0
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgregistry
Stars1
Latest commit2026-06-29
Latest release2026-06-29
Catalogue updated2026-08-30

Related extensions

See also

pg_jsonschemaPostgreSQL extension providing JSON Schema validation
jsonschemaJSON Schema validation functions for PostgreSQL
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
is_jsonb_validNative PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
postgres-json-schemaPure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints.
json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
kafka_fdwkafka Foreign Data Wrapper for CSV formatted messages
pgx_json_schemaJSON Schema validation for Postgres
pg_json_validateJSON Schema validation functions for jsonb values.
jsquerydata type for jsonb inspection