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 1
ts |
---|
2021-06-24 11:00:00 |
SELECT 1
TimeZone |
---|
GB |
SHOW
now |
---|
2023-05-09 07:52:52.048983+01 |
SELECT 1
ts |
---|
2021-06-24 11:00:00+01 |
SELECT 1
SET
ts |
---|
2021-06-24 11:00:00-04 |
SELECT 1
SET
ts |
---|
2021-06-24 11:00:00+00 |
SELECT 1
ALTER TABLE
ts |
---|
2021-06-24 11:00:00+00 |
SELECT 1
RESET
ts |
---|
2021-06-24 12:00:00+01 |
SELECT 1