<div dir="ltr">Stephen,<div><br></div><div>I can't say much about the behavior changes for <span style="font-family:arial,sans-serif;font-size:13px">ST_StartPoint() and ST_GeometryN() but for SRID, you should try...</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">SELECT ST_SRID('POINT(0 0)'::geometry)</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><font face="arial, sans-serif">That will always give you the correct unknown SRID value for whatever version of PostGIS. For your example...</font></div><div><font face="arial, sans-serif"><br></font></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">select addgeometrycolumn('unnoded', 'the_geom', </span><span style="font-family:arial,sans-serif;font-size:13px">ST_SRID('POINT(0 0)'::geometry)</span><span style="font-family:arial,sans-serif;font-size:13px">, 'LINESTRING', 2);</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div>I forget but can't you just shove in -1 for SRID? PostGIS 2.0 should automatically clamp values < 0 to 0.</div><div><br></div><div>
-bborie</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 15, 2013 at 2:23 PM,  <span dir="ltr"><<a href="mailto:maplabs@light42.com" target="_blank">maplabs@light42.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was around during this discussion.. <br>
(most respect to SWoodbridge and some empathy for the frustration.. but..) <br>
<br>
2.0 was clearly a major change, with the binary format of geometry first and foremost.. If there was any time to make a somewhat  arbitrary change like the "unassigned" value, <br>
2.0 was arguably the best time to do it.. <br>
<br>
Personally, the zero value makes more sense to me, and I think I said so at that time also<br>
$0.02<br>
<br>
--<br>
Brian M Hamlin<br>
OSGeo California Chapter<div class="HOEnZb"><div class="h5"><br>
<br>
On Mon, 15 Jul 2013 17:10:51 -0400, Stephen Woodbridge <<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>> wrote:<br>
I need to vent some frustration with the the change from srid=-1 to<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
srid=0 for the undefined projection because this totally breaks scripts and makes it very hard to test things like pgrouting that need to work on both 1.5, 2.0 and 2.1. <br>
For example:<br>
<br>
select addgeometrycolumn('unnoded', 'the_geom', 0, 'LINESTRING', 2);<br>
<br>
does not work on  POSTGIS="1.5.3" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.8.0, 6 March 2012" LIBXML="2.7.8" USE_STATS<br>
<br>
And this is just the first of the problems I'm trying to track down. <br>
The second is the change in behavior of st_startpoint() with multi geometries and the change of st_geometryn() with simple geometry. This forces every function that uses these to check the postgis version conditionally implement access. <br>

<br>
Grummble, gummble, gummble, off to find some kind of solution(s). <br>
-Steve<br>
______________________________<u></u>_________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>devel</a><br>
<br>
<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>devel</a><br>
</div></div></blockquote></div><br></div>