Обсуждение: PostgreSQL JSON

Поиск
Список
Период
Сортировка

PostgreSQL JSON

От
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 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

Re: PostgreSQL JSON

От
"David G. Johnston"
Дата:
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.