Re: How to create primary key - Mailing list pgsql-general

From Richard Huxton
Subject Re: How to create primary key
Date
Msg-id 47306F93.3060607@archonet.com
Whole thread Raw
In response to Re: How to create primary key  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
Albe Laurenz wrote:
> Richard Huxton wrote:
>>> What'd be the syntax to create a primary key on an already
>>> build table?
>> ALTER TABLE my_table ADD PRIMARY CONSTRAINT (existing_column);
>
> I'm sure it's just a typo, but that is wrong.
> It is not ADD PRIMARY CONSTRAINT, but ADD PRIMARY KEY.

It is indeed a typo. Thanks Albe.

Particularly irritating as I'd bothered give a link to the right manual
page too...

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: How to create primary key
Next
From: SHARMILA JOTHIRAJAH
Date:
Subject: Postgresql simple query performance question