Re: How to create primary key

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: How to create primary key
Дата
Msg-id 473030C1.6060702@iol.ie
обсуждение исходный текст
Ответ на How to create primary key  (Reg Me Please <regmeplease@gmail.com>)
Ответы Re: How to create primary key
Список pgsql-general
On 06/11/2007 08:54, Reg Me Please wrote:

> What'd be the syntax to create a primary key on an already build table?

ALTER TABLE test ADD CONSTRAINT test_pk PRIMARY KEY (f1);

http://www.postgresql.org/docs/8.2/static/sql-altertable.html


---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

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

Предыдущее
От: Reg Me Please
Дата:
Сообщение: Re: Locale and indexes: howto?
Следующее
От: Samantha Atkins
Дата:
Сообщение: Re: How to create primary key