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 | mycolumn |
---|---|
1 | 2021-01-25 14:08:00.349595+00 |
id | mycolumn |
---|---|
1 | 2021-01-25 15:08:00.349595 |
1 rows affected
id | mycolumn |
---|---|
1 | {"["2021-01-25 14:08:00.389168+00","2021-01-26 14:08:00.389168+00")"} |
id | oldcolumn | mycolumn |
---|---|---|
1 | {"["2021-01-25 14:08:00.389168+00","2021-01-26 14:08:00.389168+00")"} | null |
id | array_agg |
---|---|
1 | {"["2021-01-25 15:08:00.389168","2021-01-26 15:08:00.389168")"} |
1 rows affected
id | mycolumn |
---|---|
1 | {"["2021-01-25 15:08:00.389168","2021-01-26 15:08:00.389168")"} |