PostgreSQL JSON

2022-04-03 Thread Dave Ekhaus
Hi All I’m looking for recommendations on books / online tutorials related to PostgreSQL’s JSON capabilities. I’m aware of the PostgreSQL.org (http://PostgreSQL.org) documentation and am reviewing it. While I’m on the subject of PosgreSQL JSON - is there a specific mailing list that I should u

JSON question

2022-04-04 Thread Dave Ekhaus
Hi All I'm experimenting with PostgreSQL's JSON features and have a question. Say we have the following JSON (which will be stored in a table named 'resources' - in its 'schema' column ... { "name": { "type": "string", "label": "Name", "accessor": "name", "is_association": false }, "books": { "