Re: [gdal-dev] How to load a regular table from splite to postgres

2011-12-21 Thread Even Rouault
Le mercredi 21 décembre 2011 22:02:23, aperi2007 a écrit : > Hi, > I'm try-ing to load a regular table without geometry from a spatialite > to a postgres9.1/postgis 2.0 DB. > > I'm using this sintax: > > ogr2ogr.exe -f "PostgreSQL" PG:"dbname='test' active_schema=gb > schemas=gb,public host='loca

[gdal-dev] How to load a regular table from splite to postgres

2011-12-21 Thread aperi2007
Hi, I'm try-ing to load a regular table without geometry from a spatialite to a postgres9.1/postgis 2.0 DB. I'm using this sintax: ogr2ogr.exe -f "PostgreSQL" PG:"dbname='test' active_schema=gb schemas=gb,public host='localhost' port='5432' user='postgres' password='postgres' " -overwrite -l