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
CREATE TABLE
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
j |
---|
2 |
3 |
4 |
SELECT 3
BEGIN
SET CONSTRAINTS
INSERT 0 1
ERROR: duplicate key value violates unique constraint "a_pkey" DETAIL: Key (i)=(2) already exists.
ROLLBACK
DROP TABLE
CREATE TABLE
CREATE TABLE
BEGIN
SET CONSTRAINTS
INSERT 0 1
INSERT 0 1
COMMIT
j |
---|
2 |
SELECT 1