Skip to content

Instantly share code, notes, and snippets.

@balkian
Created April 13, 2015 19:09
Show Gist options
  • Save balkian/05a0a14deacbf96258ac to your computer and use it in GitHub Desktop.
Save balkian/05a0a14deacbf96258ac to your computer and use it in GitHub Desktop.
convert json to jsonb in postgres
alter table t alter column j type jsonb using j::text::jsonb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment