Re: [postgis-users] st_astext() created invalid

2016-07-21 Thread Paul Ramsey
You've got a visible example of why the canonical format of PostGIS is hexwbk, and not wkt, as it was in the 0.x versions. The human readable output is not quite exactly the same as the binary representation. Since your geometry is just a hair's breadth from being invalid, maybe you should just acc

Re: [postgis-users] st_astext() created invalid

2016-07-21 Thread Brian Peschel
Ack, I forgot version information: SELECT version() || ' ' || postgis_full_version(); ?column? --

[postgis-users] st_astext() created invalid

2016-07-21 Thread Brian Peschel
Not sure I understand what is happening here. I have a geom: select * from my_temp ; geom ---