Re: alter table and constraints

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: alter table and constraints
Дата
Msg-id Pine.BSF.4.10.10008251026100.36855-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на alter table and constraints  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Список pgsql-general
On Fri, 25 Aug 2000, Martin A. Marques wrote:

> I don't know if this is posible, but I'm trying to add and delete
> constrains from a table. Is this posible and why am I having so much
> problems?

In 7.0 you can add foreign key constraints with ALTER TABLE, but you
cannot add other constraints or remove constraints with it.  Some
constraints can be added or removed in other ways, what are you trying to
do precisely?

[In current sources you should also be able to add check constraints.]


В списке pgsql-general по дате отправления:

Предыдущее
От: "Martin A. Marques"
Дата:
Сообщение: alter table and constraints
Следующее
От: "Mike Sears"
Дата:
Сообщение: system catalog problems