Re: [gdal-dev] Re: Trouble connecting to PostGIS db

2008-10-03 Thread Rahkonen Jukka
Lähettäjä: Jose Gomez-Dans > Hi, > 2008/10/3 Jukka Rahkonen <[EMAIL PROTECTED]> >> > $ ogrinfo --debug on -ro 'PG:host=HOST user=USER password=PASSWORD >> port=5432 >> dbname=DBNAME' >> >> Try using " " around the connection string, instead of ' '. > Nope, that doesn't change a thing. I am re

Re: [gdal-dev] Re: Trouble connecting to PostGIS db

2008-10-03 Thread Jose Gomez-Dans
Hi, 2008/10/3 Jukka Rahkonen <[EMAIL PROTECTED]> > > $ ogrinfo --debug on -ro 'PG:host=HOST user=USER password=PASSWORD > port=5432 > dbname=DBNAME' > > Try using " " around the connection string, instead of ' '. Nope, that doesn't change a thing. I am realising that my geometry_columns table i

[gdal-dev] Re: Trouble connecting to PostGIS db

2008-10-02 Thread Jukka Rahkonen
Jose Gomez-Dans 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 car