primary key attribute
Joao Paulo Felix <felix@cyclades.com>
From: Joao Paulo Felix <felix@cyclades.com>
To: "pgsql-general@postgreSQL.org" <pgsql-general@postgreSQL.org>
Date: 1998-05-29T18:29:24Z
Lists: pgsql-general
Hi there, I am having trouble trying to alter a class and update an column constraint to PRIMARY KEY. I decided to create a new table using the following, still it does seem work: CREATE TABLE my_table (my_column INT PRIMARY KEY, my_column2 TEXT); Could any one help me please. Thanks in advance. Joao Paulo