PRIMARY KEY constraint questions.

Поиск
Список
Период
Сортировка
От Viacheslav N Tararin
Тема PRIMARY KEY constraint questions.
Дата
Msg-id 1131401925.20010428090703@deka.kp.km.ua
обсуждение исходный текст
Список pgsql-general
Hi ,

I try to move my old SQLAnywhere database to PostgreSQL 7.1 and found
some problem.

I can't perform next DDL:

ALTER TABLE xxx ADD PRIMARY KEY ( a, b );

And some questions:
1. Does anybody know what type of indext create PRIMARY KEY constraint
and how I can change this type?
2. How I can create primary key constraint without index?

Thanks.
--
Best regards,
 Viacheslav                          mailto:taras@deka.kp.km.ua



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: SAP DB released as open source
Следующее
От: Lieven Van Acker
Дата:
Сообщение: creating names in plpgsql-functions