Comments on: Storing and Using JSON Within PostgreSQL Part One https://www.percona.com/blog/storing-and-using-json-within-postgresql-part-one/ Fri, 22 Oct 2021 08:21:34 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: GrandFelix https://www.percona.com/blog/storing-and-using-json-within-postgresql-part-one/#comment-10973378 Fri, 22 Oct 2021 08:21:34 +0000 https://www.percona.com/blog/?p=77983#comment-10973378 You have specified wrong index column names in create index statements when creating movies_json and movies_jsonb tables. Switch jsonb_column with json_column and vice versa.

]]>