]> granicus.if.org Git - postgis/commitdiff
typo in ST_Y
authorRegina Obe <lr@pcorp.us>
Sun, 19 Oct 2008 23:34:15 +0000 (23:34 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 19 Oct 2008 23:34:15 +0000 (23:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3145 b70326c6-7e19-0410-871a-916f4a2858ee

postgis_comments.sql

index c0f176889c40bf8278088a30183dc7a33089df23..1479a6356a4d2f6ddde5c8f5cac16d232567091f 100644 (file)
@@ -135,7 +135,7 @@ COMMENT ON FUNCTION ST_Summary(geometry ) IS 'args: g - Returns a text summary o
                        \r
 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.';\r
                        \r
-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.';\r
+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.';\r
                        \r
 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.';\r
                        \r