PostgreSQL 9.1beta 1 Some domains not being able to be auto cast to their base type
В списке pgsql-bugs по дате отправления:
| От | Paragon Corporation |
|---|---|
| Тема | PostgreSQL 9.1beta 1 Some domains not being able to be auto cast to their base type |
| Дата | |
| Msg-id | FE9FFC6BE9F84968846C66FF4A22AE1E@J обсуждение исходный текст |
| Ответы |
Re: PostgreSQL 9.1beta 1 Some domains not being able to be
auto cast to their base type
|
| Список | pgsql-bugs |
In regression testing PostGIS 2.0, our topology module regression tests are failing in PostgreSQL 9.1 beta. We have a PostGIS ticket open for it here, but we suspect it's a PostgreSQL 9.1 bug and would like to close it out. http://trac.osgeo.org/postgis/ticket/980 Our domain type is defined as: CREATE DOMAIN topoelementarray AS integer[][] CONSTRAINT dimensions CHECK ((((array_upper(VALUE, 2) IS NOT NULL) AND (array_upper(VALUE, 2) = 2)) AND (array_upper(VALUE, 3) IS NULL))); If I try this in PostgreSQL 9.1 beta1: SELECT array_upper(ARRAY[ARRAY[1,2], ARRAY[3,4]]::topoelementarray,1); I get error: function array_upper(topoelementarray, integer) does not exist In my PostgreSQL 9.0 and 8.4 the above operation works fine. Thanks, Regina
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера