<br><font size=2 face="sans-serif">What's the SRID handling logic that
goes on when I embed functions like:</font>
<br><font size=2 face="sans-serif">buffer( box3d ( wkb_geometry ) )</font>
<br><font size=2 face="sans-serif">If I'm comparing this with other geometries
that initially had the same SRID, I find I have to add:</font>
<br><font size=2 face="sans-serif">setsrid(buffer( box3d ( wkb_geometry
) ),nnnnnn)</font>
<br><font size=2 face="sans-serif">to make it work. &nbsp;Yet if I only
use Buffer or box3d I don't get this problem. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">I know my example is a bit weird but
bear with me...</font>