Ruby on Rails Blog
Ruby on rails blog
Showing posts with label
PGError: ERROR:
.
Show all posts
Showing posts with label
PGError: ERROR:
.
Show all posts
Wednesday, November 16, 2011
PGError: ERROR: duplicate key value violates unique constraint
Syntax:
SELECT setval('table_name_id_seq'::regclass, MAX(id)) FROM table_name;
Example of usage:
SELECT setval('personal_contacts_personal_folders_id_seq'::regclass, MAX(id)) FROM personal_contacts_personal_folders;
Older Posts
Home
Subscribe to:
Posts (Atom)