id summary reporter owner description type status priority milestone component version resolution keywords cc 3068 "Arbitrary ""coord_dimension"" for geometry_columns with unconstrained 4D point" strk pramsey "Creating a table with an unconstrained geometry reports an arbitrary ""coord_dimension"" of 2: {{{ strk=# select * from geometry_columns where f_table_name = 'p4d'; f_table_catalog | f_table_schema | f_table_name | f_geometry_column | coord_dimension | srid | type -----------------+----------------+--------------+-------------------+-----------------+------+---------- strk | public | p4d | g | 2 | 0 | GEOMETRY (1 row) }}} I think the correct value there would be NULL instead. For the record, QGIS trusts the value and skips the Force2D step, failing to load any similar table... " defect closed medium PostGIS 2.2.0 postgis 2.0.x invalid robe pramsey