PostgreSQL - JSON and JSONB
You have a
jsonb column with nested objects. You want to update a nested key without rewriting the entire JSON. Which function helps achieve this efficiently?