Scenario 6: the_geom text && wkb_geometry geometry(Point, 4326) -> it explodes (Text column the_geom is missing!)
Scenario 7 - (the post-ogr2ogr typical one): the_geom geometry && wkb_geometry geometry(Point, 4326) -> it takes wkb_geometry
and
|
text_geom_column_srid := true; |
here an option which is typically used for text columns is being used in a geometry scope. The default value for that variable is actually
true, and there's nothing inside the geometry scope that sets it to false. Would need to check how the table rewriter is using it.