Re: domains, types, constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: domains, types, constraints
Дата
Msg-id 6056.1201028793@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: domains, types, constraints  (Andrew Winkler <the_andrew_winkler@yahoo.com>)
Список pgsql-novice
Andrew Winkler <the_andrew_winkler@yahoo.com> writes:
> Can unique only reference columns?

Yup, that's what the SQL spec syntax says.

Instead, use CREATE UNIQUE INDEX.

            regards, tom lane

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

Предыдущее
От: Andrew Winkler
Дата:
Сообщение: Re: domains, types, constraints
Следующее
От: Andreas
Дата:
Сообщение: Need help with a function boolean --> text or array