adding primary keys

Поиск
Список
Период
Сортировка
От jpoley@poley.net (jason)
Тема adding primary keys
Дата
Msg-id ad2db287.0112031139.1375664a@posting.google.com
обсуждение исходный текст
Ответы Re: adding primary keys  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-admin
how come you can not alter a table and add a primary key after the
table has been created?
(or at least i can't seem to)


mydb=> alter table actions add primary key (action);
ERROR:  ALTER TABLE / ADD CONSTRAINT is not implemented for that
constraint type.


any suggestions?

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

Предыдущее
От: missive@frontiernet.net (Lee Harr)
Дата:
Сообщение: Re: psql option for writing schema
Следующее
От: "Ligia Pimentel"
Дата:
Сообщение: Making user names NOT case sensitive