From: Regina Obe Date: Sun, 3 Jul 2011 01:52:38 +0000 (+0000) Subject: #1095 clarification of what is mean by geometry_columns not supporting views built... X-Git-Tag: 2.0.0alpha1~1281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0ff26effbfd4d100ae53604d1736fc743a4a79c;p=postgis #1095 clarification of what is mean by geometry_columns not supporting views built the old constraint way git-svn-id: http://svn.osgeo.org/postgis/trunk@7561 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/MIGRATION b/MIGRATION index 4e985b49a..1e6805ddf 100644 --- a/MIGRATION +++ b/MIGRATION @@ -31,7 +31,8 @@ a table to a view. that the geometry type strings will be mixed case and include the dimensionality modifiers. For example: PointZM, MultiLineStringZ. - * If you have views built the old constraint way or that use processing + * If you have views built on tables that were built + the old constraint way or that use processing functions to return new geometries, they will not register correctly in geometry_columns. They will all appear as Geometry with srid=0.