BUG #14121: Constraint UNIQUE - Mailing list pgsql-bugs

From m.giraldo@stt-telefonia.it
Subject BUG #14121: Constraint UNIQUE
Date
Msg-id 20160429103546.19111.61541@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #14121: Constraint UNIQUE
Re: BUG #14121: Constraint UNIQUE
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14121
Logged by:          Marco
Email address:      m.giraldo@stt-telefonia.it
PostgreSQL version: 9.5.0
Operating system:   Windows 7
Description:

Hi
I have a problem with UNIQUE constraint.
I don't understand the difference from TYPE type UNIQUE(when I declare a
column of the table) and ALTER TABLE table ADD CONSTRAINT column UNIQUE
(column).
How can I remove the UNIQUE option from TYPE declaration?

Best reguards

pgsql-bugs by date:

Previous
From: Mathias Kunter
Date:
Subject: Re: BUG #14107: Major query planner bug regarding subqueries and indices
Next
From: John McKown
Date:
Subject: Re: BUG #14121: Constraint UNIQUE