this is postgresql question..how do i drop unique constraint on a column? - Mailing list pgsql-general

From Eugene Kim
Subject this is postgresql question..how do i drop unique constraint on a column?
Date
Msg-id d2Vd9.212102$Yd.8876941@twister.austin.rr.com
Whole thread Raw
List 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=#


pgsql-general by date:

Previous
From: Joe Murphy
Date:
Subject: Vacuum and indexes problem
Next
From: Steve
Date:
Subject: Literal dash in regular expression brackets