UNIQUE constraint

From: "Mihai Barbos" <barbos(at)moon(dot)ro>
To: <pgsql-sql(at)hub(dot)org>
Subject: UNIQUE constraint
Date: 1999-08-12 05:43:55
Message-ID: 002801bee485$af1ab920$4d8823d4@gigell
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Maybe I haven't looked in the roght place but here's my problem:
I've upgraded to 6.5 and I'm trying to use UNIQUE, something like:
create table TEST (
testval something UNIQUE,
.....................,
);
In 6.4.2 it worked OK, but now it seems it has no effect. Is there any
problem with UNIQUE ?

Best regards

Browse pgsql-sql by date

  From Date Subject
Next Message KOUL Christian 1999-08-12 06:45:13 simultaneous access?
Previous Message Clayton Cottingham 1999-08-11 23:38:31 Re: [SQL] quest:optimization with indexes