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?.
version
PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), 64-bit
_row nstrict nstrict
1,1:NULL null MI
1,2:a a MI+'a'
1,3:b a+'b' MI+'a'+'b'
1,4:NULL a+'b'-'a' MI+'a'+'b'-'a'
1,5:NULL null MI
1,6:c c MI+'c'
2,1:NULL null MI
2,2:x x MI+'x'
3,1:z z MI+'z'
p logging_agg_strict
1 a*'b'*'c'
2 x
3 z
logging_msfunc_strict
null
logging_msfunc_strict
null
logging_minvfunc_strict
null
logging_minvfunc_strict
null