Changes between Initial Version and Version 3 of Ticket #4012
- Timestamp:
- Mar 23, 2011, 7:00:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4012
- Property Keywords pg added
- Property Owner changed from to
- Property Version unspecified → 1.8.0
- Property Component default → OGR_SF
-
Ticket #4012 – Description
initial v3 1 1 The following command has different results in different versions of the driver: 2 {{{ 2 3 ogr2ogr -f "PostgreSQL" %CS% "test.tab" -nlt NONE -nln test_table 4 }}} 3 5 where: 4 -test.tab is a MapInfo file containing a non-spatial layer (just a regular table)5 -CS="PG:host='localhost' port='54321' dbname='test_ogr' user='test_ogr' password='test_ogr'"6 * test.tab is a MapInfo file containing a non-spatial layer (just a regular table) 7 * CS="PG:host='localhost' port='54321' dbname='test_ogr' user='test_ogr' password='test_ogr'" 6 8 7 9 In GDAL 1.7.1, released 2010/02/08, a record is inserted in geometry_columns. 8 10 But in both in: 9 - GDAL 1.8.0, released 2011/01/12 10 - GDAL 1.9dev, released 2011/01/18 11 * GDAL 1.8.0, released 2011/01/12 12 * GDAL 1.9dev, released 2011/01/18 13 11 14 no record is inserted. 12 15