| От | francisk@hush.com |
|---|---|
| Тема | array exclusion constraints |
| Дата | |
| Msg-id | 20141113183843.E8AC620362@smtp.hushmail.com обсуждение исходный текст |
| Ответы |
Re: array exclusion constraints
|
| Список | pgsql-hackers |
CREATE TABLE test ( foo text[], EXCLUDE USING gist (foo WITH &&) ); ERROR: data type text[] has no default operator class for access method "gist" HINT: You must specify an operator class for the index or define a default operator class for the data type. It looks like exclusion constraints don't work with arrays, there's no gist opclass for them. This would be a nice to havefeature and, if I recall correctly, exclusion constraints were meant to work both with ranges and arrays. Am I missingsomething? Regards, Francis
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера