Drop assumptions about installation being based on extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@17289
b70326c6-7e19-0410-871a-
916f4a2858ee
{ \
ereport(ERROR, \
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
- errmsg("function %s is out of date since PostGIS %s. Run: ALTER EXTENSION postgis UPDATE;", \
+ errmsg("function %s is out of date since PostGIS %s, do you need to update procs ?", \
__func__, \
version))); \
PG_RETURN_POINTER(NULL); \