From 824a53df27cac8d452ac1d40c12a4cbec458ab1e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 15 Dec 2004 13:10:28 +0000 Subject: [PATCH] Added UpdateGeometrySRID documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1152 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index 0707fc864..0d7d18556 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3362,6 +3362,15 @@ dimension + + UpdateGeometrySRID([<schema_name>], + <table_name>, <column_name>, <srid>) + + Update the SRID of all features in a geometry column updating constraints and reference in geometry_columns. + Note: uses current_schema() on schema-aware pgsql installations if schema is not provided. + + + update_geometry_stats([<table_name>, <column_name>]) -- 2.40.0