Opened 9 years ago

Closed 9 years ago

#5984 closed defect (invalid)

ogr2ogr

Reported by: anvalanz Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.11.2
Severity: normal Keywords:
Cc:

Description

I have used the following command line string to export a complete Db (1 spatial table and 1 standalone table) from PostGIS (2.1) to Spatialite:

ogr2ogr --config PG_LIST_ALL_TABLE YES -f "SQLite" prova.sqlite -progress PG:"dbname='prova' host='localhost' user='postgres' password='xxxx'" -dsco SPATIALITE=yes

but the result is a spatialite db with only 1 spatial table but without the standalone table. It seems that the --config PG_LIST_ALL_TABLE YES option doesn't work.

Change History (1)

comment:1 by Even Rouault, 9 years ago

Resolution: invalid
Status: newclosed

The name is PG_LIST_ALL_TABLES with a final S

Note: See TracTickets for help on using tickets.