Postgres – add new hstore key/value referencing existing key/value
I have a hstore column that has “foo”=>”bar”. I want to add a second key, foo2, with the same value as foo.
I have a hstore column that has “foo”=>”bar”. I want to add a second key, foo2, with the same value as foo.