From: Regina Obe Date: Mon, 22 Sep 2008 12:18:07 +0000 (+0000) Subject: Realized from my sql comment generation xsl that there is really no ST_WKTToSQL that... X-Git-Tag: 1.4.0b1~720 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9197edfcc4afd562595003120198e8b7fb1f8f;p=postgis Realized from my sql comment generation xsl that there is really no ST_WKTToSQL that takes an SRID and no ST_BD.. that doesn't take an SRID. Very shocking. git-svn-id: http://svn.osgeo.org/postgis/trunk@2987 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 1d74d9273..ef59069cd 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -713,6 +713,7 @@ Check constraints: geometry ST_BdPolyFromText text WKT + integer srid @@ -767,6 +768,7 @@ Check constraints: geometry ST_BdMPolyFromText text WKT + integer srid @@ -1647,11 +1649,6 @@ POINT(1 2) geometry ST_WKTToSQL text WKT - - geometry ST_WKTToSQL - text WKT - integer srid -