Subject: Difference between UNIQUE constraint vs index
Date: Tue, 27 Feb 2007 18:43:51 -0600
Is there any difference as far as when the "uniqueness" of values is
checked in DML between a unique index vs a unique constraint? Or is
the only difference syntax between unique indices and constraints in
PostgreSQL?
John