[postgis-devel] Unknown coord_dimension in geometry_columns

Sandro Santilli strk at keybit.net
Tue Mar 3 07:01:05 PST 2015


On Tue, Mar 03, 2015 at 06:46:56AM -0800, Paul Ramsey wrote:
> The other possibility with be ‘4’, indicating the ‘maximum possible’ dimension.
> How do I declare an ‘unconstrained’ dimension in my CREATE TABLE statement, BTW?

CREATE TABLE t (g geometry); -- nothing is constrained
INSERT INTO t VALUES ('POINT(0 0 0 0)'); -- try loading this from qgis (fails)

--strk;



More information about the postgis-devel mailing list