<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You're right...I actually had RC2...I guess I lost track working
between multiple machines...<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:strk@refractions.net">strk@refractions.net</a> wrote:
<blockquote cite="mid20050414222423.GB35928@freek.keybit.net"
 type="cite">
  <pre wrap="">I suspect you have a broken installation,
probably a missed dump/reload, as the GeometryFromText signature
as changed. SELECT postgis_full_version() should tell you.
--strk;

On Thu, Apr 14, 2005 at 05:35:57PM -0400, Mike Leahy wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello list,

I'm just wondering if anyone else has this problem with PostgreSQL 8.0.2
/ Postgis 1 RC6 / WinXP SP2:

I can do the following:

testdb=# select 'srid=-1;POINT(1 1)'::geometry;

To get:

                  geometry
--------------------------------------------
 0101000000000000000000F03F000000000000F03F
(1 row)

However, if I use the GeometryFromText function, I get the following error:

testdb=# select GeometryFromText('POINT(1 1)', -1);
ERROR:  Invalid OGC WKT (does not start with P,L,M or G)


Miguel's previous posting reminded me of this problem I had - is this a
problem that has already been solved, or am I doing something wrong?

Thanks,
Mike
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>