PostgreSQL: How to update JSON (jsonb data type) using value in another column of the same table?
I have the following table defined in Postgres (version 12.12): Table "public.test" Column | Type | Collation | Nullable | Default -----------+-------+-----------+----------+--------- uuid | uuid | | | name | text | | | json_data | jsonb | | |…