DEV Community

Discussion on: How to: use jsonb_set function in PostgreSQL

Collapse
 
yankzy profile image
Yankuba Kuyateh

Awesome article! Just what I'm looking for. One question if you may;
How to insert objects into jsonb column it such that after I insert others, the column
will look like

{
"2021-08-10":{...},
"2021-08-11":{...},
....
}