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?.
CREATE TABLE
INSERT 0 2
rows start_date end_date
1 2021-08-01 00:04:00 2021-08-01 02:54:00
2 2021-08-01 04:52:00 2021-08-01 05:32:00
SELECT 2
rows start_date end_date type
1 2021-08-01 00:00:00 2021-08-01 00:03:00 normal
2 2021-08-01 00:04:00 2021-08-01 02:54:00 failure
3 2021-08-01 02:55:00 2021-08-01 04:51:00 normal
4 2021-08-01 04:52:00 2021-08-01 05:32:00 failure
5 2021-08-01 05:33:00 2021-08-01 23:59:00 normal
SELECT 5