Postgresql – Postgres: Use JSONB column keys as generated stored column
I have a table which has a jsonB column named as emailAddress. An example row in that column is like this: { "[email protected]": { "tags": { "work": true } }, "[email protected]": { "tags": { "work": true } } } I…