]> granicus.if.org Git - postgis/commitdiff
update help to include installing postgis_comments.sql, minor changes to postgis_comm...
authorRegina Obe <lr@pcorp.us>
Tue, 14 Oct 2008 03:56:02 +0000 (03:56 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 14 Oct 2008 03:56:02 +0000 (03:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3097 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml
postgis_comments.sql

index 4ce62ce0cd5406dfac73cf7748366605abc80b6c..1b65f863ad5c597b8fd9a5fde8d68e5a00e8b0e9 100644 (file)
           table.</para>
 
           <programlisting># psql -d [yourdatabase] -f spatial_ref_sys.sql</programlisting>
+        </listitem>
+               
+               <listitem>
+          <para>For helpful descriptions about functions included in postgis, install the postgis_comments.sql file.</para>
+
+          <programlisting># psql -d [yourdatabase] -f postgis_comments.sql</programlisting>
         </listitem>
       </orderedlist>
 
index 14be62acfedfda0aa45391b610e3a714d6a24a63..7338e0c7f9860c6bfbd7adc014b887b40b859ca5 100644 (file)
@@ -14,6 +14,8 @@ COMMENT ON FUNCTION DropGeometryTable(varchar ) IS 'args: table_name - Drops a t
                        \r
 COMMENT ON FUNCTION DropGeometryTable(varchar , varchar ) IS 'args: schema_name, table_name - Drops a table and all its references in geometry_columns.';\r
                        \r
+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.';\r
+                       \r
 COMMENT ON FUNCTION PostGIS_Full_Version() IS 'Reports full postgis version and build configuration infos.';\r
                        \r
 COMMENT ON FUNCTION PostGIS_GEOS_Version() IS 'Returns the version number of the GEOS library.';\r
@@ -224,4 +226,4 @@ COMMENT ON FUNCTION ST_Expand(box2d , float) IS 'args: g1, units_to_expand - Ret
                        \r
 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';\r
                        \r
-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