Re: Create Primary Key?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Create Primary Key?
Дата
Msg-id Pine.BSF.4.10.10008300743050.60082-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: Create Primary Key?  (darcy@druid.net (D'Arcy J.M. Cain))
Список pgsql-sql
On Wed, 30 Aug 2000, D'Arcy J.M. Cain wrote:

> Thus spake Stephan Szabo
> > We don't currently support the SQL syntax for adding
> > a PK to a table.  However, if you have the columns
> > as NOT NULL already, adding a unique index to the
> > columns in question has the same general effect.
> 
> Except for interfaces such as PyGreSQL that recognize the primary key
> and use it.

True.  You'd have to see what it was doing to determine the primary key
and try to do the same things.




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

Предыдущее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: Create Primary Key?
Следующее
От: "Ryan Williams"
Дата:
Сообщение: Re: Viewing a function