From: Regina Obe Date: Sun, 19 Oct 2008 23:34:15 +0000 (+0000) Subject: typo in ST_Y X-Git-Tag: 1.3.4rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2b2e9c3502f4873de6fc8b49764f0e2a195b7c7;p=postgis typo in ST_Y git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3145 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_comments.sql b/postgis_comments.sql index c0f176889..1479a6356 100644 --- a/postgis_comments.sql +++ b/postgis_comments.sql @@ -135,7 +135,7 @@ COMMENT ON FUNCTION ST_Summary(geometry ) IS 'args: g - Returns a text summary o COMMENT ON FUNCTION ST_X(geometry ) IS 'args: a_point - Return the X coordinate of the point, or NULL if not available. Input must be a point.'; -COMMENT ON FUNCTION ST_X(geometry ) IS 'args: a_point - Return the Y coordinate of the point, or NULL if not available. Input must be a point.'; +COMMENT ON FUNCTION ST_Y(geometry ) IS 'args: a_point - Return the Y coordinate of the point, or NULL if not available. Input must be a point.'; COMMENT ON FUNCTION ST_Z(geometry ) IS 'args: a_point - Return the Z coordinate of the point, or NULL if not available. Input must be a point.';