[HACKERS] PostgreSQL 10 changes in exclusion constraints - did something change?

Поиск
Список
Период
Сортировка
От Regina Obe
Тема [HACKERS] PostgreSQL 10 changes in exclusion constraints - did something change?
Дата
Msg-id 000901d2d598$211d2870$63577950$@pcorp.us
обсуждение исходный текст
Список pgsql-hackers
Did something change with how exclusion constraints are handled?  I'm trying
to troubleshoot a regression we are having with PostGIS raster support.

As best I can guess, it's because exclusion constraints that used to work in
past versions are failing in PostgreSQL 10 with an error something like
this:

ERROR:  conflicting key value violates exclusion constraint
"enforce_spatially_unique_test_raster_columns_rast"
ERROR:  new row for relation "test_raster_columns" violates check constraint
"enforce_coverage_tile_rast"

Unfortunately I don't know how long this has been an issue since we had an
earlier test failing preventing the raster ones  from being tested.

Thanks,
Regina






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

Предыдущее
От: Jeevan Ladhe
Дата:
Сообщение: [HACKERS] fix side-effect in get_qual_for_list()
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] pg_dump ignoring information_schema tables which usedin Create Publication.