missing support for using regex and arrays

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема missing support for using regex and arrays
Дата
Msg-id Pine.LNX.4.44.0405110931140.523-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответы Re: missing support for using regex and arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello

I need to solve checking varchar array. I can write

CHECK('aaa' = ALL(x)) -- x is array
but I can't CHECK(ALL(x) = 'aaaa') or CHECK (ALL(x) ~ 'regex')

I know so I can write plpgsql function. I have question for hackers. Do
You plan better support for it?

Thank You
Pavel Stehule

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: insert/upate/delete permissions on views
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1149: server includes not installed by default