From: Sandro Santilli Date: Wed, 25 Feb 2015 15:03:43 +0000 (+0000) Subject: Reorder docs parameters X-Git-Tag: 2.2.0rc1~630 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e306c239819461c97782a998a4c84bc442b2352;p=postgis Reorder docs parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@13290 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index a5a9e2697..7f9e12c2f 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -1588,10 +1588,10 @@ SELECT ST_AsEWKT(geom) As the_geom, path Description Returns a version of the given geometry with X and Y axis flipped. + Availability: 2.0.0 &curve_support; &Z_support; &M_support; - Availability: 2.0.0 &P_support; &T_support; @@ -1641,10 +1641,10 @@ Returns a version of the given geometry with given ordinates swapped. The ords parameter is a 2-characters string naming the ordinates to swap. Valid names are: x,y,z and m. + Availability: 2.2.0 &curve_support; &Z_support; &M_support; - Availability: 2.2.0 &P_support; &T_support;