From: Regina Obe Date: Mon, 25 Apr 2011 20:43:06 +0000 (+0000) Subject: more link back to legacy_faq in release notes and what's changed X-Git-Tag: 2.0.0alpha1~1741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d863ef0aa4ce171ff1da84ad9a4ac1c30f4eddb;p=postgis more link back to legacy_faq in release notes and what's changed git-svn-id: http://svn.osgeo.org/postgis/trunk@7062 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 290b8bce8..6cf3ce363 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -14,7 +14,8 @@ -- If you have been using deprecated functions CHANGE your apps or suffer the consequences. If you don't see a function documented -- it ain't supported or it is an internal function. Some constraints in older tables were built with deprecated functions. - If you restore you may need to rebuild table constraints with populate_geometry_columns(). + If you restore you may need to rebuild table constraints with populate_geometry_columns(). If you have applications or tools + that rely on deprecated functions, please refer to for more details. #817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén) #548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) instead of null for single geometries (Sandro Santilli, Maxime van Noppen) diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index a30aa9468..ccad3016a 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -502,7 +502,8 @@ The functions given below are PostGIS functions that have changed behavior in PostGIS 2.0. Most deprecated functions have been removed. These are functions that haven't been documented since 1.2 or some internal functions that were never documented. If you are using a function that you don't see documented, - it's probably deprecated, about to be deprecated, or internal and should be avoided. + it's probably deprecated, about to be deprecated, or internal and should be avoided. If you have applications or tools + that rely on deprecated functions, please refer to for more details.