From b6871abfdab92f6298daab44d0016067e8d8553b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 18 Jun 2011 18:24:36 +0000 Subject: [PATCH] Error message change git-svn-id: http://svn.osgeo.org/postgis/trunk@7425 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/gserialized_typmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.50.1