I\'m trying to find an efficient way to extract specific fields from a Postgres jsonb column.
CREATE TABLE foo ( id integer, data jsonb )