> On Sep 2, 2020, at 19:58, Iuri Sampaio <iuri.sampaio@gmail.com> wrote:
> I've tried to use crosstabN(text sql), to solve the problem directly in the datasource layer, but apparently
tablefuncis not supported in the datamodel Squema
"tablefunc" is an extension, so you will need to create it in your database before using it:
CREATE EXTENSION tablefunc;
--
-- Christophe Pettus
xof@thebuild.com