Re: Ambiguity in IS JSON description and logic - Mailing list pgsql-hackers

From Ilmar Y
Subject Re: Ambiguity in IS JSON description and logic
Date
Msg-id 176346701044.1015.11502436206879063762.pgcf@coridan.postgresql.org
Whole thread Raw
List pgsql-hackers
I’ve sent a docs patch to pgsql-docs in the
“Ambiguity in IS JSON description and logic” thread.

The patch clarifies that the WITH/WITHOUT UNIQUE KEYS clause for IS JSON
controls an additional test for duplicate object keys, that WITH UNIQUE KEYS
enforces this constraint recursively, and that WITHOUT UNIQUE KEYS (the default)
disables this additional test rather than requiring duplicates to be present.

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: Row pattern recognition
Next
From: David Geier
Date:
Subject: Re: Performance issues with parallelism and LIMIT