From a25787c5495b172ced9fa3999a22aa50ea04e8d0 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 1 Oct 2018 05:47:06 +0000 Subject: [PATCH] Add section for 3.0.0 new features. Put a note that PostGIS_Extensions_Upgrade() repackages looks functions into postgis_raster extension git-svn-id: http://svn.osgeo.org/postgis/trunk@16852 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_management.xml | 3 +- doc/xsl/postgis_aggs_mm.xml.xsl | 101 ++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 1 deletion(-) diff --git a/doc/reference_management.xml b/doc/reference_management.xml index cd8829627..692231331 100644 --- a/doc/reference_management.xml +++ b/doc/reference_management.xml @@ -375,7 +375,8 @@ DROP TABLE my_schema.my_spatial_table; Availability: 2.5.0 - Changed: 3.0.0 to support separate postgis_raster extension + Changed: 3.0.0 to support separate postgis_raster extension + and repackage loose raster functions into postgis_raster. diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index 3323fae9b..5faff83fa 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -483,6 +483,107 @@ New, Enhanced or changed PostGIS Functions + + PostGIS Functions new or enhanced in 3.0 + The functions given below are PostGIS functions that were added or enhanced. + + Functions new in PostGIS 3.0 + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + Functions enhanced in PostGIS 3.0 + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + Functions changed in PostGIS 3.0 + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + PostGIS Functions new or enhanced in 2.5 The functions given below are PostGIS functions that were added or enhanced. -- 2.40.0