Hacker News new | past | comments | ask | show | jobs | submit login

In context, what is clearly meant is, "If you're just reading and writing full JSON blobs, use `insert ... ($id,$json)`; if you're primarily querying the data, use `insert ... ($id, jsonb($json))`, which will convert the text into JSONB before storing it.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: