I'm trying to run the following but it's not updating columns with NULL values or columns that do not have this key:
update A a set
a.jsonbcolumn = ('{"key":' 1 '}')
I'm using postgres 9.6.3 and jsonb_set does not work for me. Any advice?
Thanks