Re: Exclude constraint problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Exclude constraint problem
Дата
Msg-id 20355.1283214083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Exclude constraint problem  (Alex Zepeda <zipzippy@sonic.net>)
Ответы Re: Exclude constraint problem  (Alex Zepeda <zipzippy@sonic.net>)
Список pgsql-bugs
Alex Zepeda <zipzippy@sonic.net> writes:
> If I try to manually add the constraint on the table I get:
> blockface=# alter table bus_positions add constraint "exclude_time_buffer" EXCLUDE USING gist (vehicle WITH =,
buffer_timeWITH &&, bbox_dup WITH &&); 
> NOTICE:  ALTER TABLE / ADD EXCLUDE will create implicit index "exclude_time_buffer" for table "bus_positions"
> ERROR:  could not create exclusion constraint "exclude_time_buffer"

Try manually adding a similar constraint (ie, one redundant with the
existing one) on the source box.  Does it work?

            regards, tom lane

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Exclude constraint problem
Следующее
От: Alex Zepeda
Дата:
Сообщение: Re: Exclude constraint problem