Thank you for the detailed answer.
I think a less obscure error message would be a good thing.
On 09/29/2016 05:26 PM, Tom Lane wrote:
Grigory Smolkin writes:
I was trying to create a parallel aggregate with base_type parameter and
failed
postgres=# CREATE AGGREGATE ST_Extent_parallel (
Grigory Smolkin writes:
> I was trying to create a parallel aggregate with base_type parameter and
> failed
> postgres=# CREATE AGGREGATE ST_Extent_parallel (
> sfunc = ST_CombineBBox,
> combinefunc = ST_CombineBBox,
> finalfunc = box2d,
> stype = box3d,
>
Hello, everyone!
I was trying to create a parallel aggregate with base_type parameter and
failed
postgres=# CREATE AGGREGATE ST_Extent_parallel (
sfunc = ST_CombineBBox,
combinefunc = ST_CombineBBox,
finalfunc = box2d,
stype = box3d,
basetype = geometry,