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

Поиск
Список
Период
Сортировка
От Eugene Kim
Тема this is postgresql question..how do i drop unique constraint on a column?
Дата
Msg-id d2Vd9.212102$Yd.8876941@twister.austin.rr.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Joe Murphy
Дата:
Сообщение: Vacuum and indexes problem
Следующее
От: Steve
Дата:
Сообщение: Literal dash in regular expression brackets