From 72b1a20c751d8fb36c9754a0e566beb49a6a4c3d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 30 Dec 2009 09:15:51 +0000 Subject: [PATCH] correct example git-svn-id: http://svn.osgeo.org/postgis/trunk@5074 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------------ -- 2.50.1