From: Sandro Santilli Date: Fri, 4 Jun 2004 10:19:32 +0000 (+0000) Subject: Added DropGeometryTable description X-Git-Tag: pgis_0_9_1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d510176aa13b6f72db5046a86cf2b509568b0e44;p=postgis Added DropGeometryTable description git-svn-id: http://svn.osgeo.org/postgis/trunk@588 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 3e3390d9a..398118009 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2171,6 +2171,12 @@ is simple (does not pass through the same point more than once). Other Functions + + DropGeometryTable([<schema_name>], <table_name>) + + Drops a table and all its references in geometry_columns. Note: uses current_schema() on schema-aware pgsql installations if schema is not provided. + + A &< B