PRIMARY KEY constraint questions. - Mailing list pgsql-general

From Viacheslav N Tararin
Subject PRIMARY KEY constraint questions.
Date
Msg-id 1131401925.20010428090703@deka.kp.km.ua
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: SAP DB released as open source
Next
From: Lieven Van Acker
Date:
Subject: creating names in plpgsql-functions