Postgresql – How to turn random jsonb in postgres into kv table
ыI have a table with a json as a field. The structure of a json is completly random but it never has inner objects inside. data {"test": "baa-1496", "test2": "baa-1431", "test3": "baa-1497"} {"test": "baa-1452", "test4": "baa-1597"} i want to turn…