select open change scope Open full search

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

Extensions / Features

pgxsd

Validate PostgreSQL XML values against XSD schemas stored inside the database.

pgext.cloud · Source code · Control file

Overview

Packagepgxsd
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgxsd
Stars1
Latest commit2016-06-30
Catalogue updated2026-08-30

Related extensions

See also

json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
jx_ioExtension to export and import json and xml from/to postgres
xnodeImplementation of XML using DOM.
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
fhirbaseIncomplete PostgreSQL extension scaffold for a FHIR database.
explanationEXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree.
is_jsonb_validNative PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7.
pg_validatorPostgreSQL extension to validate data with trigger