From: Kevin Neufeld Date: Mon, 27 Oct 2008 15:49:28 +0000 (+0000) Subject: added availability to Populate_Geometry_Columns X-Git-Tag: 1.4.0b1~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99939f070b8f49a194afc45fcf17ce741e684164;p=postgis added availability to Populate_Geometry_Columns git-svn-id: http://svn.osgeo.org/postgis/trunk@3196 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwpostgis.sql.in.c b/lwgeom/lwpostgis.sql.in.c index ab7e3406c..bea9e110d 100644 --- a/lwgeom/lwpostgis.sql.in.c +++ b/lwgeom/lwpostgis.sql.in.c @@ -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