]> granicus.if.org Git - postgis/commitdiff
Error message change
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 18 Jun 2011 18:24:36 +0000 (18:24 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 18 Jun 2011 18:24:36 +0000 (18:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7425 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/gserialized_typmod.c

index 67a8595d05bdc3593b8b6522e1fb0b419f6fe03e..e0ca26490931974e53161619acfd68864ba40651 100644 (file)
@@ -132,7 +132,7 @@ void postgis_valid_typmod(LWGEOM *lwgeom, int32 typmod)
        {
                ereport(ERROR, (
                            errcode(ERRCODE_INVALID_PARAMETER_VALUE),
-                           errmsg("Geography SRID (%d) does not match column SRID (%d)", lwgeom_srid, typmod_srid) ));
+                           errmsg("Geometry SRID (%d) does not match column SRID (%d)", lwgeom_srid, typmod_srid) ));
        }
 
        /* Typmod has a preference for geometry type. */