UNIQUE constraint

Поиск
Список
Период
Сортировка
От Mihai Barbos
Тема UNIQUE constraint
Дата
Msg-id 002801bee485$af1ab920$4d8823d4@gigell
обсуждение исходный текст
Ответы Re: [SQL] UNIQUE constraint  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-sql по дате отправления:

Предыдущее
От: Clayton Cottingham
Дата:
Сообщение: Re: [SQL] quest:optimization with indexes
Следующее
От: KOUL Christian
Дата:
Сообщение: simultaneous access?