Postgresql – How to get Postgres full JSON path from jsonb_path_query
I need to update jsonb column by jsonb_set, to use jsonb_set, need a full Json Path. How could I get full jsonb path when jsonb has list? For example, I got a JSON : { "Laptop": { "brand": "Dell", "price":…