Turn a json column into a table

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Turn a json column into a table
Date: 2022-02-15 06:23:59
Message-ID: CA+i5Jwa8bLKBWPYTrn0dsAKKFR9m1L1eFtj_vaCwBWqa4ibUZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There is a JSON column in a table. It contains key value pairs, just like
a dictionary. What is the best way to turn this column into a data table?

Regards,

David

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2022-02-15 06:27:29 Re: Turn a json column into a table
Previous Message Michael Lewis 2022-02-15 06:03:23 Re: Rows From but with Subqueries (or a cleaner non-array-using alternative)?