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:54:13 -0400 |
| commit | 12018cef83b2396131e8c32d997baa0f86b4bf00 (patch) | |
| tree | 9528cdbc67bb8cef423e4276873b9a47918d2d88 /docs/ref | |
| parent | fc266151648da8856dc735058375ed6cc0e636b5 (diff) | |
Refs #28841 -- Added ForcePolygonCW to GIS database functions table.
Diffstat (limited to 'docs/ref')
| -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 a59ecf4aa6..89ac85ac46 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 X +:class:`ForcePolygonCW` X X :class:`ForceRHR` X :class:`GeoHash` X X (≥ 5.7.5) X (LWGEOM) :class:`Intersection` X X X X |
