BUG #14121: Constraint UNIQUE

From: m(dot)giraldo(at)stt-telefonia(dot)it
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14121: Constraint UNIQUE
Date: 2016-04-29 10:35:46
Message-ID: 20160429103546.19111.61541@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14121
Logged by: Marco
Email address: m(dot)giraldo(at)stt-telefonia(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2016-04-29 11:25:55 Re: BUG #14109: pg_rewind fails to update target control file in one scenario
Previous Message Fabien COELHO 2016-04-29 07:22:18 Re: [BUGS] Breakage with VACUUM ANALYSE + partitions