ST_Union(rast, uniontype) treat bands with different classes as the same as first band

Поиск
Список
Период
Сортировка
От Liang Shen
Тема ST_Union(rast, uniontype) treat bands with different classes as the same as first band
Дата
Msg-id CANTi=nbwzQ4RP0nB2Rzr0CxAj=WtMLXSzOsTRyuh5dHe2EHbGA@mail.gmail.com
обсуждение исходный текст
Ответы Re: ST_Union(rast, uniontype) treat bands with different classes as the same as first band
Список pgsql-bugs
Related to https://trac.osgeo.org/postgis/ticket/2200 support multiple bands issue

If the $RASTER has bands like ARRAY['8BUI', '16BUI'], the result of
```
            ST_Union(
              $RASTER,
              ARRAY[
                ROW(1, 'SUM'),
                ROW(2, 'MAX')
              ]::unionarg[]
            )
```
will be like ARRAY['8BUI', ' 8BUI'].

ST_Union always uses the first band class to process the 2nd band and ignore the original class. 

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17756: Invalid replica indentity set order in a dump
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: ST_Union(rast, uniontype) treat bands with different classes as the same as first band