add primary key - Mailing list pgsql-novice

From mikhail malamud
Subject add primary key
Date
Msg-id MABBJIIJCNOHJDEFAAJEAEHCCEAA.mikhail.malamud@drexel.edu
Whole thread Raw
In response to Run Time Variables  (Phil Hayward <phil@springfield.uklinux.net>)
Responses RE: add primary key  ("mikhail malamud" <mikhail.malamud@drexel.edu>)
Re: add primary key  (lee johnson <lee@imyourhandiman.com>)
List pgsql-novice
ALTER TABLE Activity add
    CONSTRAINT  PRIMARY KEY
    (
        ActivityId
    )
What's wrong with this. How do I add primary key constraint.
I tried to look in the docs but I could not find the answer, can anyone
also point me to a place where I could find an answer to this question
without disturbing the entire mailing list with such a probably simple
question.


pgsql-novice by date:

Previous
From: Phil Hayward
Date:
Subject: Run Time Variables
Next
From: "Anthony E . Greene"
Date:
Subject: Re: Run Time Variables