Re: Unique Constraint vs Unique Index - Mailing list pgsql-novice

From Alvaro Herrera
Subject Re: Unique Constraint vs Unique Index
Date
Msg-id 20200505203229.GA24500@alvherre.pgsql
Whole thread Raw
In response to Unique Constraint vs Unique Index  (JORGE MALDONADO <jorgemal1960@gmail.com>)
List pgsql-novice
On 2020-May-05, JORGE MALDONADO wrote:

> I have been reading about "unique constraint" and "unique index" in
> PostgreSQL documentation and also did some search in Google. However, it is
> not very clear to me which one to use or when to use one or the other. I
> understand that a "unique constraint" creates a "unique index" under the
> hood. So, at the end, both will check for duplicate records based on the
> field(s) specified for the unique constraint and the unique index.
> 
> What would be a guideline about when to use one or the other?

BTW you already asked this in October 2013 and got good answers.

https://postgr.es/m/CAAY=A78oJ--0aPm4E6ASJ32Z3UHk0nOqHQ_SvrtjOmq7i=UKDQ@mail.gmail.com

You had already asked in July 2013, too.

https://postgr.es/m/CAAY=A78V1gCxC6VEU4_G8e0XouT=c64RA2GaSfGE8MEy3=33_g@mail.gmail.com

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-novice by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Unique Constraint vs Unique Index
Next
From: JORGE MALDONADO
Date:
Subject: Restrictions for a specific situation in my DB