<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
For example Safe Software's FME works most efficiently when retrieving
PostGIS geometries as WKB.<br>
<br>
David Blasby wrote:<br>
<blockquote type="cite"
 cite="mid89f845e804091009163e36024d@mail.gmail.com">
  <blockquote type="cite">
    <pre wrap="">The 'WKB' postgresql datatype will no more be needed,
does it sound Dave ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I dont think you should take the WKB type away.  If anything, I've had
requests to add extra support from it (so you can put it in group
by/order by/distinct clauses).
It also provides tagging so you can differenciate ordinary BYTEA
binary data and WKB data.

It also means that external applications can automatically recognize
WKB data comming towards them (instead just seeing text or bytea).

dave
_______________________________________________
postgis-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-devel">http://postgis.refractions.net/mailman/listinfo/postgis-devel</a>
  </pre>
</blockquote>
</body>
</html>