CHECK and IN (Sets in general) - What's the story?

Поиск
Список
Период
Сортировка
От k_ogorman@kompass.ie
Тема CHECK and IN (Sets in general) - What's the story?
Дата
Msg-id 009CAFD5.71417C54.5@kompass.ie
обсуждение исходный текст
Ответы Re: [SQL] CHECK and IN (Sets in general) - What's the story?  (Holger Mitterwald <mittehlg@coi.de>)
Список pgsql-sql
Is there a known reason why the following definition fails
the parser at the IN keyword?:

create table kev_test ( my_tag  char check (my_tag in ('A', 'B', 'C')));

The keyword IN is defined in Postgres' dialect (or it seems to be), so I'm
at a loss as to the problem.

K.
-

--

Kevin O' Gorman - k_ogorman@kompass.ie - programmer, Kompass Internet

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

Предыдущее
От: Steve Maring
Дата:
Сообщение: problem with LIKE predicate and wildcards
Следующее
От: Holger Mitterwald
Дата:
Сообщение: Re: [SQL] CHECK and IN (Sets in general) - What's the story?