Jose Gomez-Dans <jgomezdans <at> gmail.com> writes: > > Hi,I have a remote PostGIS database on, say host. I can connect to it using QGIS and display data (it actually comes up with "Database connection was successful but no accessible tables were found. Please verify that you have SELECT privilege on a table carrying POSTGIS geometry", but it displays all my geo-enabled tables and uses data without any problem). shp2pgsql also works, but I can't connect to said db using OGR.
> $ ogrinfo --debug on -ro 'PG:host=HOST user=USER password=PASSWORD port=5432 dbname=DBNAME' Try using " " around the connection string, instead of ' '. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev