On 5/18/21 6:33 AM, Erik Rijkers wrote:
>
> 14beta1.md mentions subscripting:
>
> "PostgreSQL 14 now adds a general subscripting framework for retrieving
> information in nested objects. For example, using the `JSONB` data type
> with,
> you now are able to retrieve nested info just using the `.` operator (e.g.
> `this.now.works.to.retrieve.this.json.data`)."
>
> Is this correct? I thought the provided JSON subscripting functionality
> is:
Oops -- great catch, that's 100% on me and my failure to read/test. I'll
get a modified example into the announcement.
Thanks,
Jonathan