By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
2 rows affected
ERROR: duplicate key value violates unique constraint "uq_lower_full_name"
DETAIL: Key (l_fname)=(joe bloggs) already exists.
ERROR: new row for relation "person" violates check constraint "ck_valid_email"
DETAIL: Failing row contains (1, Joe Bloggs, null, null, null, null, invalid, null, 2022-04-08 16:22:03.749316, 2022-04-08 16:22:03.751928, null, joe bloggs).
1 rows affected
1 rows affected
ERROR: duplicate key value violates unique constraint "uq_domain_root"
DETAIL: Key (domainroot)=(hello) already exists.
| id | full_name | role | first_name | last_name | linkedin_slug | domain | created_at | updated_at | domainroot | l_fname | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | Mrs Brown | null | null | null | null | ok@dom.com | null | 2022-04-08 16:22:03.749316 | 2022-04-08 16:22:03.749316 | null | mrs brown |
| 1 | Joe Bloggs | null | null | null | null | null | hello.com | 2022-04-08 16:22:03.749316 | 2022-04-08 16:22:03.753807 | hello | joe bloggs |