<div dir="ltr"><div><div>Don't you need a primary key or equivalent for QGIS?<br></div>Cheers,<br></div>Rémi-C<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-03 16:01 GMT+01:00 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 03, 2015 at 06:46:56AM -0800, Paul Ramsey wrote:<br>
> The other possibility with be ‘4’, indicating the ‘maximum possible’ dimension.<br>
> How do I declare an ‘unconstrained’ dimension in my CREATE TABLE statement, BTW?<br>
<br>
</span>CREATE TABLE t (g geometry); -- nothing is constrained<br>
INSERT INTO t VALUES ('POINT(0 0 0 0)'); -- try loading this from qgis (fails)<br>
<div class="HOEnZb"><div class="h5"><br>
--strk;<br>
_______________________________________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org">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-bin/mailman/listinfo/postgis-devel</a></div></div></blockquote></div><br></div>