On Wed, Nov 06, 2002 at 15:18:38 +0100,
Huub <v(dot)niekerk(at)freeler(dot)nl> wrote:
> Hi,
>
> I want to create a table which has 2 columns, and both columns have to
> be primary key (or: together they are the primary key). How can I do
> this using SQL? Using pgAdminII for Postgres7.2.2 on RH8.
You can use a PRIMARY KEY table constraint. You can the SQL command
documentation for the CREATE TABLE command.