<div dir="ltr">Hi,<br>I have a remote PostGIS database on, say host. I can connect to it using QGIS and display data (it actually comes up with &quot;Database connection was successful but no accessible tables were found. Please verify that you have SELECT privilege on a table carrying POSTGIS geometry&quot;, but it displays all my geo-enabled tables and uses data without any problem). shp2pgsql also works, but I can&#39;t connect to said db using OGR.<br clear="all">
$ ogrinfo --debug on -ro &#39;PG:host=HOST user=USER password=PASSWORD port=5432 dbname=DBNAME&#39;<br>OGR_PG: DBName=&quot;DBNAME&quot;<br>OGR_PG: PostSIS version string: &#39;1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1&#39; -&gt; &#39;1.3&#39;<br>
OGR_PG: POSTGIS_VERSION=1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1<br>OGR: OGROpen(PG:host=HOST user=USER password=PASSWORD port=5432 dbname=DBNAME) failed.<br>FAILURE:<br>Unable to open datasource `PG:host=HOST user=USER password=PASSWORD port=5432 dbname=DBNAME&#39; with the following drivers.<br>
&nbsp; -&gt; ESRI Shapefile<br>&nbsp; -&gt; MapInfo File<br>&nbsp; -&gt; UK .NTF<br>&nbsp; -&gt; SDTS<br>&nbsp; -&gt; TIGER<br>&nbsp; -&gt; S57<br>&nbsp; -&gt; DGN<br>&nbsp; -&gt; VRT<br>&nbsp; -&gt; REC<br>&nbsp; -&gt; Memory<br>&nbsp; -&gt; BNA<br>&nbsp; -&gt; CSV<br>&nbsp; -&gt; GML<br>
&nbsp; -&gt; GPX<br>&nbsp; -&gt; KML<br>&nbsp; -&gt; GeoJSON<br>&nbsp; -&gt; Interlis 1<br>&nbsp; -&gt; Interlis 2<br>&nbsp; -&gt; GMT<br>&nbsp; -&gt; SQLite<br>&nbsp; -&gt; ODBC<br>&nbsp; -&gt; PGeo<br>&nbsp; -&gt; OGDI<br>&nbsp; -&gt; PostgreSQL<br>&nbsp; -&gt; MySQL<br>&nbsp; -&gt; AVCBin<br>
<br><br>Exactly the same values I issue on my ogrinfo call (or osgeo.ogr.Open( pg_connect ) using the Python wrappers) provide the QGIS connection that works as expected. psql also connects fine. OGR/GDAL version is <a href="http://1.5.1.">1.5.1.</a> <br>
<br>Does anyone have any clues on how to keep on debugging this? I am sort of lost on how to continue investigating this!<br><br><br>Thanks!<br>Jose<br>-- <br>Centre for Terrestrial Carbon Dynamics<br>Department of Geography, University College London<br>
Gower Street, London WC1E 6BT, UK<br>
</div>