select open change scope Open full search

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

Extensions / Features

pg_validator

PostgreSQL extension to validate data with trigger

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_validator
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars4
Latest commit2022-11-25
Latest release2022-07-03
Catalogue updated2026-08-30

Related extensions

See also

json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL
pgxsdValidate PostgreSQL XML values against XSD schemas stored inside the database.
check_orapgValidate Oracle-to-PostgreSQL or EDB migrations by comparing database objects, privileges, attributes, comments, and row counts.
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.