]> granicus.if.org Git - postgis/commitdiff
#1095 clarification of what is mean by geometry_columns not supporting views built...
authorRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 01:52:38 +0000 (01:52 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 01:52:38 +0000 (01:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7561 b70326c6-7e19-0410-871a-916f4a2858ee

MIGRATION

index 4e985b49a9d086e952ba53c025f1eb3873beb047..1e6805ddfa1c5ce71ea1074417dc73e564be17be 100644 (file)
--- 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.