By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 10.23 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15), 64-bit |
SELECT 1
CREATE TABLE
CREATE INDEX
INSERT 0 3
| id | active |
|---|---|
| 1 | f |
| 1 | f |
| 1 | f |
SELECT 3
INSERT 0 3
| id | active |
|---|---|
| 1 | f |
| 1 | f |
| 1 | f |
| 2 | f |
| 2 | f |
| 2 | t |
SELECT 6
ERROR: duplicate key value violates unique constraint "foo_id_idx" DETAIL: Key (id)=(3) already exists.