Validate PostgreSQL XML values against XSD schemas stored inside the database.
pgext.cloud · Source code · Control file
| Package | pgxsd |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pgxsd |
| Stars | 1 |
| Latest commit | 2016-06-30 |
| Catalogue updated | 2026-08-30 |
| json_validator_ext | Validate JSONB values against JSON Schema using Rust and pgrx |
| jx_io | Extension to export and import json and xml from/to postgres |
| xnode | Implementation of XML using DOM. |
| json_schema_validate | Validate JSON and JSONB data against JSON Schema in PostgreSQL |
| fhirbase | Incomplete PostgreSQL extension scaffold for a FHIR database. |
| explanation | EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree. |
| is_jsonb_valid | Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7. |
| pg_validator | PostgreSQL extension to validate data with trigger |