]> granicus.if.org Git - postgis/commitdiff
correct example
authorRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 09:15:51 +0000 (09:15 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 09:15:51 +0000 (09:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5074 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index 8dd36437a210ba1edc958deb06274532c87bee54..c66875d6c44731ab561cbd7ca8268bcc219526f6 100644 (file)
 
                <programlisting>--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
 ------------------------------------------------------