this is postgresql question..how do i drop unique constraint on a column?

From: Eugene Kim <Eugene_Kim(at)baylor(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: this is postgresql question..how do i drop unique constraint on a column?
Date: 2002-09-06 03:12:09
Message-ID: d2Vd9.212102$Yd.8876941@twister.austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

content in content table has unique constraint..(although i can't see it
with \d content)

how can i drop that constraint?
thank you

mydb=# \d content
Table "content"
Attribute | Type | Modifier
-----------------+---------+----------
content_id | integer | not null
content | text | not null
title | text |
description | text |
content_type_id | integer | not null
Indices: content_content_key,
content_pkey

mydb=#

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2002-09-06 07:09:21 Making small bits of code available
Previous Message Joel Rees 2002-09-06 02:04:55 [OT: security] Re: Issues on OSX - Jaguar