From: Kevin Neufeld Date: Mon, 28 Jul 2008 19:05:20 +0000 (+0000) Subject: fixed some minor xrefences in the documentation so the autobuild doesn't throw errors. X-Git-Tag: 1.4.0b1~813 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec0055fe21248f22b8edd887764b0756026768be;p=postgis fixed some minor xrefences in the documentation so the autobuild doesn't throw errors. git-svn-id: http://svn.osgeo.org/postgis/trunk@2887 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index acf34418d..09cc57325 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -658,7 +658,7 @@ GROUP BY gid, field1,field2; Geometry Constructors - + ST_GeomFromText(text) ST_GeomFromText(text,srid integer) @@ -798,7 +798,7 @@ GROUP BY gid, field1,field2; - + ST_GeomFromWKB(bytea,[<srid>]) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index e1fd4eccc..d2cc08a4c 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -1807,7 +1807,7 @@ CREATE INDEX idx_the_geom_26986_parcels The WKB spec does not include the SRID. To get the OGC WKB with SRID format use ST_AsEWKB - ST_AsBinary is the reverse of ST_GeomFromWKB. Use ST_GeomFromWKB to convert to a postgis geometry from ST_AsBinary representation. + ST_AsBinary is the reverse of . Use to convert to a postgis geometry from ST_AsBinary representation.