Bug report #21848
"export to postgesql" (OGR) does not handle correctly WFS input layers
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giovanni Manghi | ||
Category: | Processing/OGR | ||
Affected QGIS version: | 3.6.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29663 |
Description
the command is not created the right way, it must be something along this lines:
ogr2ogr -f PostgreSQL PG:"dbname='database' host=host port=5432 user='xxx' password='xxx'" WFS:"http://serviceaddress?SERVICE=WFS&VERSION=1.0.0" layername -nln schemaname.tablename