Update JSONB fragment #18511
Unanswered
3den
asked this question in
Feature Requests
Replies: 3 comments 1 reply
|
Not thru the API. You have to update complete columns for json and arrays. Note that loading and updating only works if the user is the only with access to the row. If multiple users can access the row then you really need to go the rpc route which runs as a transaction (and can be done with a single SQL request. |
0 replies
|
Really this is so annoying and a severe limitation because postgresSQL supports json operators |
0 replies
|
I arrived here. Cmon now I don't even want to use jsonb :/ |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to update a part of a JSONB column without replacing the rest?
Currently to do that I am loading the currently record to merge the currently column with the updated values:
I would like to know if it is currently possible to update just part of a JSONB column, something like:
All reactions