Opened 11 years ago
Closed 11 years ago
#2751 closed defect (invalid)
[extension] 2.1.3 from unpackaged: ERROR: function _st_asraster(...) does not exist
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.4 |
Component: | build | Version: | 2.1.x |
Keywords: | Cc: |
Description
I'm getting this error trying to create 2.1.3 extension from unpackaged:
ERROR: function _st_asraster(geometry, double precision, double precision, integer, integer, text[], double precision[], double precision[], double precision, double precision, double precision, double precision, double precision, double precision, boolean) does not exist
The postgis_full_version() function detects no problem and tells me I'm at 2.1.3. The rtpostgis_upgrade_21_minor.sql runs successfully. Still the mentioned (over-parametrized) _st_asraster() function is still found missing on CREATE FROM unpackaged.
Change History (2)
comment:1 by , 11 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, rtpostgis_upgrade_21_minor.sql fixed this.