From b7e0b62dfcc00637113c35772cc3fd874f5ae55c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 14 Oct 2008 03:56:02 +0000 Subject: [PATCH] update help to include installing postgis_comments.sql, minor changes to postgis_comments.sql git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3097 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 6 ++++++ postgis_comments.sql | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 4ce62ce0c..1b65f863a 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -347,6 +347,12 @@ table. # psql -d [yourdatabase] -f spatial_ref_sys.sql + + + + For helpful descriptions about functions included in postgis, install the postgis_comments.sql file. + + # psql -d [yourdatabase] -f postgis_comments.sql diff --git a/postgis_comments.sql b/postgis_comments.sql index 14be62acf..7338e0c7f 100644 --- a/postgis_comments.sql +++ b/postgis_comments.sql @@ -14,6 +14,8 @@ COMMENT ON FUNCTION DropGeometryTable(varchar ) IS 'args: table_name - Drops a t COMMENT ON FUNCTION DropGeometryTable(varchar , varchar ) IS 'args: schema_name, table_name - Drops a table and all its references in geometry_columns.'; +COMMENT ON FUNCTION DropGeometryTable(varchar , varchar , varchar ) IS 'args: catalog_name, schema_name, table_name - Drops a table and all its references in geometry_columns.'; + COMMENT ON FUNCTION PostGIS_Full_Version() IS 'Reports full postgis version and build configuration infos.'; COMMENT ON FUNCTION PostGIS_GEOS_Version() IS 'Returns the version number of the GEOS library.'; @@ -224,4 +226,4 @@ COMMENT ON FUNCTION ST_Expand(box2d , float) IS 'args: g1, units_to_expand - Ret COMMENT ON FUNCTION ST_Expand(box3d , float) IS 'args: g1, units_to_expand - Returns bounding box expanded in all directions from the bounding box of the input geometry'; -COMMENT ON AGGREGATE ST_Extent(geometry) IS 'args: geomfield - an aggregate function that returns the bounding box that bounds rows of geometries.'; \ No newline at end of file +COMMENT ON AGGREGATE ST_Extent(geometry) IS 'args: geomfield - an aggregate function that returns the bounding box that bounds rows of geometries.'; \ No newline at end of file -- 2.49.0