Skip to content

Instantly share code, notes, and snippets.

@prometheanfire
Created April 17, 2019 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prometheanfire/ff494588ad06fc9c2f55c30524b23478 to your computer and use it in GitHub Desktop.
Save prometheanfire/ff494588ad06fc9c2f55c30524b23478 to your computer and use it in GitHub Desktop.
placement=# INSERT INTO traits (created_at, name) VALUES ('2019-4-17 20:20:36.442142', 'HW_GPU_CUDA_COMPUTE_CAPABILITY_V5_2');
ERROR: duplicate key value violates unique constraint "traits_pkey"
DETAIL: Key (id)=(27) already exists.
placement=# select * from traits where id=27;
created_at | updated_at | id | name
----------------------------+------------+----+---------------------
2018-03-21 23:26:25.310224 | | 27 | HW_NIC_OFFLOAD_QINQ
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment