I am trying to add geometry columns to a postgres instance on FME Cloud and I am getting this error.
ERROR: function addgeometrycolumn(unknown, unknown, unknown, integer, unknown, integer) does not exist
LINE 35: SELECT AddGeometryColumn('cad_qa','WATERLINES','geom',2277,'...
Here is the select statement, it is from an FMEpedia github project,
SELECT AddGeometryColumn('cad_qa','WATERLINES','geom',2277,'LINESTRING',2);