By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Help with an interesting Postgres question: Why isn't an Index Only Scan used on a partition accessed via the parent table?.
1 rows affected
id | jsonb_agg |
---|---|
1 | [{"ao": {"sc": "name1"}}, {"ao": {"sc": "name2"}}, {"ao": {"sc": "name3"}}, {"ao": {"set": "get"}, "name": "PRule"}] |
iprops |
---|
{"value": {"rules": [{"ao": {"sc": "name1"}}, {"ao": {"sc": "name2"}}, {"ao": {"sc": "name3"}}, {"ao": {"set": "get"}, "name": "PRule"}]}} |
1 rows affected
jsonb_pretty |
---|
{ "iProps": { "value": { "rules": [ { "ao": { "sc": "name1" } }, { "ao": { "sc": "name2" } }, { "ao": { "sc": "name3" } }, { "ao": { "set": "get" }, "name": "PRule" } ] } } } |