designating a column as primary key after creation

Fran Fabrizio <fran@primary.net>

From: Fran Fabrizio <fran@primary.net>
To: pgsql-general@hub.org
Date: 1998-08-13T02:57:55Z
Lists: pgsql-general
Why does postgres choke on the following:

alter table mytable add constraint mycolumn_pk primary key(mycolumn);

is this possible in a postgres database?  if not, what's an easy
workaround, i really need to have this column as primary key. 

Thanks!

-Fran