geo: geometry_columns / geography_columns don't use correct type for 3D geometries #70824
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
X-blathers-triaged
blathers was able to find an owner
Describe the problem
The value in the
type
column for 3D geometries of thegeometry_columns
andgeography_columns
tables doesn't match PostGIS.To Reproduce
Create a table with geometry columns like POINTZ, LINESTRINGZ, POLYGONZ, and check what entries are populated in the
type
column ofgeometry_columns
.Expected behavior
PostGIS result:
The values in the type columns should match this list of OGR Geometry Types.
Environment:
Additional context
This is from a Django test.
The text was updated successfully, but these errors were encountered: