PostgreSQL JSON

Started by Dave Ekhausabout 4 years ago2 messagesgeneral
Jump to latest
#1Dave Ekhaus
dave.ekhaus@gmail.com

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 use for questions on PostgreSQL JSON ?

Thanks
Dave

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Dave Ekhaus (#1)
Re: PostgreSQL JSON

On Sun, Apr 3, 2022 at 6:47 PM Dave Ekhaus <dave.ekhaus@gmail.com> wrote:

I’m looking for recommendations on books / online tutorials related to
PostgreSQL’s JSON capabilities. I’m aware of the 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 use for questions on PostgreSQL JSON ?

It takes up something like 20 PDF pages in our documentation. It's not
complicated enough to warrant its own mailing list (or a whole book for
that matter). This list (-general) works unless you want to report a
demonstrated bug.

You may wish to generalize a bit and just look at JSON and JSON Path
materially generally, we didn't invent this stuff.

David J.