Hi, I am using PostGIS 2.1 and I found out strange problem when checking content of `geometry_columns` table.
Locally it works: psql db -c"select count(*) from geometry_columns" 4 But remotely (different machine, different user) the number of records is zero: psql db -h host -U user -W -c"select count(*) from geometry_columns" 0 BTW, the user 'user' is owner of DB 'db'.' Any idea what could be wrong? Thanks, Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
