Skip to content

Commit

Permalink
Fix geospatial function name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wenleix committed Oct 27, 2017
1 parent f46c9a1 commit 83cfeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/functions/geospatial.rst
Expand Up @@ -38,7 +38,7 @@ Constructors

Returns a geometry type object from WKT representation.

.. function:: stAsText(Geometry) -> varchar
.. function:: ST_AsText(Geometry) -> varchar

Returns the WKT representation of the geometry. For empty geometries,
``ST_AsText(ST_LineFromText('LINESTRING EMPTY'))`` will produce ``'MULTILINESTRING EMPTY'``
Expand Down

0 comments on commit 83cfeff

Please sign in to comment.