Postgis functions, ST_SetSRID and ST_MakePoint and similar

Vin
Level 2
Postgis functions, ST_SetSRID and ST_MakePoint and similar

Hi,


I'm trying to create source datasets by custom query, including Postgis function.


Notably:

ST_SetSRID and ST_MakePoint, and similar

I can't find a way to make it work

I keep getting message "function XXXXXX doesn't exist"

When checking Postgis in configuration panel everything seems OK.

 

Are those functions not supported?

Am I doing something wrong ?


Best regards

0 Kudos
1 Reply
CatalinaS
Dataiker

The error indicates that PostGIS is not installed in your database. DSS can access and submit commands to database, but it doesn't manage it. You will need to install PostGIS on your database. Checking PostGIS in connection settings does not install PostGIS, this only shows which database has PostGIS.

 

0 Kudos