]> granicus.if.org Git - postgis/commitdiff
fix typo in warning
authorRegina Obe <lr@pcorp.us>
Sun, 18 Sep 2011 15:04:53 +0000 (15:04 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 18 Sep 2011 15:04:53 +0000 (15:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7864 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 0b3bf356997a085311e09c31e3c7affce8800b68..05adf13ad965344050d7de021824bf9829640c9e 100644 (file)
@@ -1746,7 +1746,7 @@ BEGIN
                      ' WHERE ' || quote_ident(gcs.attname) || ' IS NOT NULL LIMIT 1;'\r
                 INTO gc;\r
             IF gc IS NULL THEN -- there is no data so we can not determine geometry type\r
-               RAISE WARNING 'No data in table %.%, so no enough information to determine geometry type and srid', gcs.nspname, gcs.relname;\r
+               RAISE WARNING 'No data in table %.%, so no information to determine geometry type and srid', gcs.nspname, gcs.relname;\r
                RETURN 0;\r
             END IF;\r
             gsrid := gc.srid; gtype := gc.type; gndims := gc.dims;\r