* Bug Fixes *
- #2371, Support GEOS versions with more than 1 digit in micro
+ - #2383, Removed unsafe use of \' from raster warning message
PostGIS 2.1.0
2013/MM/DD
params[6]::float8 - (params[4]::float8 * 0.5));
ELSE
IF format != 'GDAL' THEN
- RAISE WARNING E'Format \'%\' is not recognized, defaulting to GDAL format.', format;
+ RAISE WARNING 'Format ''%'' is not recognized, defaulting to GDAL format.', format;
END IF;
-- params array is now:
-- {scalex, skewy, skewx, scaley, upperleftx, upperlefty}