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
CREATE TABLE
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
INSERT 0 17
INSERT 0 13
INSERT 0 44
id | files |
---|---|
3 | 11 |
5 | 11 |
6 | 11 |
12 | 11 |
SELECT 4
ERROR: duplicate key value violates unique constraint "file_folders_file_id_folder_id_key" DETAIL: Key (file_id, folder_id)=(3, 2) already exists.