Postgres JSON

PostgreSQL documentation recommends usage of jsonb

Postgre JSON Functions
PostgreSQL JSON Update
 
 

add json column

 
 

remove column

 
 
 
 
 
 

size limit

  • 255mb jsonb
  • 1gb json (text)
 
 
 

 

Recommendations