[gdal-dev] Checking supported SQL dialects
Andrey VI
andrey_vi at list.ru
Tue Oct 21 09:28:30 PDT 2025
Hi all.
From --dialect section of ‘ gdal vector sql ’ program documentation:
What SQL dialects a driver supports can be checked with "gdal vector info".
Supported dialects can be checked with gdal vector info . For example:
$ gdal vector info --format "PostgreSQL"
Supported SQL dialects: NATIVE OGRSQL SQLITE
$ gdal vector info --format "ESRI Shapefile"
Supported SQL dialects: OGRSQL SQLITE
But it doesn't seem to work:
$ gdal vector info --format "PostgreSQL"
ERROR 5: Invalid value 'PostgreSQL' for string argument 'output-format'. Should be one among 'json', 'text'.
$ gdal vector info --format "ESRI Shapefile"
ERROR 5: Invalid value 'ESRI Shapefile' for string argument 'output-format'. Should be one among 'json', 'text'.
--
Andrey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20251021/dca933b8/attachment.htm>
More information about the gdal-dev
mailing list