]> granicus.if.org Git - postgis/commitdiff
added availability to Populate_Geometry_Columns
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:49:28 +0000 (15:49 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 15:49:28 +0000 (15:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3196 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in.c

index ab7e3406c0ee2dd4ced2f367f3bb3c67c9900827..bea9e110d8ad0ac566bb6ae3a97a77d8514b455c 100644 (file)
@@ -2430,6 +2430,7 @@ LANGUAGE 'plpgsql' _VOLATILE;
 -- this function ensures every geometry column in the database has the
 -- appropriate spatial contraints (for tables) and exists in the 
 -- geometry_columns table.  
+-- Availability: 1.4.0
 -----------------------------------------------------------------------
 CREATEFUNCTION populate_geometry_columns()
   RETURNS text AS
@@ -2539,6 +2540,7 @@ LANGUAGE 'plpgsql' _VOLATILE;
 -- tries to determine the srid, dimension, and type of all the geometries
 -- in the view, inserting appropriate entries into the geometry_columns
 -- table. 
+-- Availability: 1.4.0
 -----------------------------------------------------------------------
 CREATEFUNCTION populate_geometry_columns(tbl_oid oid)
   RETURNS integer AS