Re: Upload Table Warning Message

From: Mark Wimer <mwimer(at)usgs(dot)gov>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Upload Table Warning Message
Date: 2008-04-10 13:20:58
Message-ID: OFA6F4AE8B.4B1E910D-ON85257427.00489FE7-85257427.004954FD@usgs.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm not an expert at this at all, but EWKT is extended well-known text -
for extra dimensions. See

http://postgis.refractions.net/docs/ch04.html#id2559296

So are there extra elements in your data that might be ignored? Are the
PostGIS versions the same on both 8.0 and 8.2? If they're different, it
could be that earlier PostGIS ignored extra values in a string.

Just a guess.

Mark

"Jessica Fendos" <Jessica(dot)Fendos(at)state(dot)mn(dot)us>
Sent by: pgsql-novice-owner(at)postgresql(dot)org
04/09/2008 05:36 PM

To
pgsql-novice(at)postgresql(dot)org
cc

Subject
[NOVICE] Upload Table Warning Message

Hi list:

I uploaded a table using psql command to both Postgres 8.0 and 8.2. The
upload to 8.2, I got a warning message:

INSERT 01
psql:XXXX.sql :01: WARNING: OGC WKT expected, EWKT provided - use
GeomFromEWKT <> for this
....

What does this mean and how can I avoid this? Thank you for your advice.

Jessica

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jaisen N.D. 2008-04-12 05:21:45 problem with 8.1: createdb: could not connect to database postgres: could not connect to server: No such file or directory
Previous Message Tom Lane 2008-04-09 22:10:01 Re: Upload Table Warning Message