add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
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?.
5 rows affected
5 rows affected
5 rows affected
dico_columns
textcol
{"one" : ["a","b","c"]}
textcol
{"one" : ["a","b","c"]}
textcol
{"two" : ["d","e"]}
table_name column_name address home dico
table1 one table1.one myschema.table1 {"one" : ["a","b","c"]}
table1 two table1.two myschema.table1 {"two" : ["d","e"]}
table1 three table1.three myschema.table1 {"three" : ["f","g","h"]}
table2 aaa table2.aaa myschema.table2 {"aaa" : ["aa","aaa","ab","aba","bbb"]}
table2 bbb table2.bbb myschema.table2 {"bbb" : ["d","dd","ee"]}