pg_jsonschema icon indicating copy to clipboard operation
pg_jsonschema copied to clipboard

PostgreSQL extension providing JSON Schema validation

Results 6 pg_jsonschema issues
Sort by recently updated
recently updated
newest added

Currently, only is_valid() is exposed, which just returns a bool. It would be great to expose validate(), too, to get actual validation errors thrown (with information about **why** the validation...

enhancement

Just an improvement idea: As I assume this is mostly going to be used in `CHECK` constraints, the number of schemas in use will be very small. It would probably...

enhancement

# Bug report - [ ] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...

bug

## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...

# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

## What kind of change does this PR introduce? Build (packaging update): This change suffixes the Debian packages with the major PostgreSQL version so they can be installed side by...