PostgreSQL extension to validate data with trigger
pgext.cloud · Source code · Documentation · Control file
| Package | pg_validator |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 4 |
| Latest commit | 2022-11-25 |
| Latest release | 2022-07-03 |
| Catalogue updated | 2026-08-30 |
| json_validator_ext | Validate JSONB values against JSON Schema using Rust and pgrx |
| json_schema_validate | Validate JSON and JSONB data against JSON Schema in PostgreSQL |
| pgxsd | Validate PostgreSQL XML values against XSD schemas stored inside the database. |
| check_orapg | Validate Oracle-to-PostgreSQL or EDB migrations by comparing database objects, privileges, attributes, comments, and row counts. |
| is_jsonb_valid | Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7. |
| postgres-json-schema | Pure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints. |