diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2018-06-21 17:54:13 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-21 08:59:22 -0400 |
| commit | afcf5aad7c44c59b540c9bba192cac5d45b70019 (patch) | |
| tree | 0243c0ffeab7e0111e3f1d8e44a2b2dfdaed663b /docs | |
| parent | 17017ba12a183d491c983ca1ff9c3889619676fe (diff) | |
[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.
Backport of 12018cef83b2396131e8c32d997baa0f86b4bf00 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 453eaef966..9d3ee92cfd 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -382,6 +382,7 @@ Function PostGIS Oracle MySQL Spat :class:`Difference` X X X X :class:`Distance` X X X X :class:`Envelope` X X X +:class:`ForcePolygonCW` X X :class:`ForceRHR` X :class:`GeoHash` X X (≥ 5.7.5) X (LWGEOM) :class:`Intersection` X X X X |
