Hacker News new | ask | show | jobs
by nunwuo 3982 days ago
There are no partial updates in 9.5. There likely never will be in Postgres, due to MVCC.
1 comments

My guess is that mirekrusin was referring to the jsonb_set() function, not to the storage level.

On the WAL level there's partial UPDATEs btw.