From: Paul Ramsey Date: Sat, 18 Jun 2011 18:24:36 +0000 (+0000) Subject: Error message change X-Git-Tag: 2.0.0alpha1~1401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6871abfdab92f6298daab44d0016067e8d8553b;p=postgis Error message change git-svn-id: http://svn.osgeo.org/postgis/trunk@7425 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/gserialized_typmod.c b/postgis/gserialized_typmod.c index 67a8595d0..e0ca26490 100644 --- a/postgis/gserialized_typmod.c +++ b/postgis/gserialized_typmod.c @@ -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. */