=> insert into BBB values (1,2);
ERROR: Cannot insert a duplicate key into unique index bbb_a_key
I would like that the pair keys (a,b) was unique.
Certainly, I can remove unique index 'bbb_a_key'...
But how more correctly?
--
Marat Khairullin mailto:[EMAIL PROTECTED]
[EM
ert into BBB values (1,2);
ERROR: Cannot insert a duplicate key into unique index bbb_a_key
I would like that the pair keys (a,b) was unique.
Certainly, I can remove unique index 'bbb_a_key'...
But how more correctly?
--
Marat Khairullin mailto:[EMAIL PROTECTED]
[EM