From: Regina Obe Date: Wed, 30 Dec 2009 09:15:51 +0000 (+0000) Subject: correct example X-Git-Tag: 1.5.0b1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72b1a20c751d8fb36c9754a0e566beb49a6a4c3d;p=postgis correct example git-svn-id: http://svn.osgeo.org/postgis/trunk@5074 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 8dd36437a..c66875d6c 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -187,7 +187,7 @@ --Although bytea rep contains single \, these need to be escaped when inserting into a table SELECT ST_AsText( -ST_GeogFromWKB(E'\\001\\002\\000\\000\\000\\002\\000\\000\\000\\037\\205\\353Q\\270~\\\\\\300\\323Mb\\020X\\231C@\\020X9\\264\\310~\\\\\\300)\\\\\\217\\302\\365\\230C@',4326) +ST_GeogFromWKB(E'\\001\\002\\000\\000\\000\\002\\000\\000\\000\\037\\205\\353Q\\270~\\\\\\300\\323Mb\\020X\\231C@\\020X9\\264\\310~\\\\\\300)\\\\\\217\\302\\365\\230C@') ); st_astext ------------------------------------------------------