Hi Laurent
The SQL option is executed against the source of the date (in your case the
SHP file) and not against your database. So you can use it to select the
fields of your SHP you want in your database, ogr2ogr taking care of
creating the database if needed.
For the SHP, there is no geom field
Good morning,
I work with windows, Postgis and gdal (I use gdal/ogr2ogr from the command
prompt. Version of gdal available under C:\Program Files\QGIS 3.16\bin).
Up to now, within my postgis database, I was inserting new features into an
existing table
thanks to SQL queries :
> *INSERT INTO
Good morning,
I work with windows, Postgis and gdal (I use gdal/ogr2ogr from the command
prompt. Version of gdal available under C:\Program Files\QGIS 3.16\bin).
Up to now, within my postgis database, I was inserting new features into an
existing table
thanks to SQL queries :
>
> *INS
On Fri, Jun 3, 2022 at 9:09 PM Saulteau Don wrote:
>
> I recently compiled GDAL 3.5.0.r89.gf863daba7a from git release branch using
> CMAKE.
>
> I also have gdal-grass 1.0.0 compiled from https://github.com/OSGeo/gdal-grass
>
> The grass plugin reports the following from console when launching QG