primary key attribute - Mailing list pgsql-general

From Joao Paulo Felix
Subject primary key attribute
Date
Msg-id 356EFE84.ED77A7AB@cyclades.com
Whole thread Raw
List 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

pgsql-general by date:

Previous
From: PostreSQL Server
Date:
Subject: JDBC Drivers + Postgres 6.3.2
Next
From: Kurt Seel
Date:
Subject: problem: using large objects from tcl