Re: [HACKERS] JSON data type and schema validation

2015-05-04 Thread Evgeniy Shishkin
> On 04 May 2015, at 06:20, Dmitry Shirokov wrote: > > Hi all, > > Are there any plans to introduce in next versions of Postgres a schema > validation for JSON field type? It would be very nice to have a support of > something like json-schema spec, see > http://json-schema.org/documentation

Re: [HACKERS] JSON data type and schema validation

2015-05-03 Thread Andrew Dunstan
On 05/03/2015 11:20 PM, Dmitry Shirokov wrote: Hi all, Are there any plans to introduce in next versions of Postgres a schema validation for JSON field type? It would be very nice to have a support of something like json-schema spec, see http://json-schema.org/documentation.html. Right now t

[HACKERS] JSON data type and schema validation

2015-05-03 Thread Dmitry Shirokov
Hi all, Are there any plans to introduce in next versions of Postgres a schema validation for JSON field type? It would be very nice to have a support of something like json-schema spec, see http://json-schema.org/documentation.html. Right now there's the only way to do it via individual constrain