Re: alter table and constraints

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

> On Fri, 25 Aug 2000, Peter Eisentraut wrote:
>
> > Martin A. Marques writes:
> >
> > > 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?
> >
> > Because it only works for foreign keys. If you are talking about foreign
> > key contraints then you should define "problems" better.
>
> No, it was a primary key.
> Can I change the constraint of NULL in a column? And what should I do if
> I want to add a primary key to a table?

Well, you can add a unique index to the columns and set attnotnull in
pg_attribute which should probably work for the not null portion.  That's
basically what the primary key constraint is.


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Creating a DB for another user (or...) (repost attempt)
Следующее
От: Marcin Inkielman
Дата:
Сообщение: table count limitation