Browse Source

Added hint on PG_LIST_ALL_TABLES variable for PostGIS driver

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60407 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 11 years ago
parent
commit
5971755cab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      scripts/db.in.ogr/db.in.ogr.html

+ 3 - 1
scripts/db.in.ogr/db.in.ogr.html

@@ -36,8 +36,10 @@ db.in.ogr dsn=/path/to/sqlite.db db_table=census_raleigh output=census_raleigh
 </pre></div>
 
 <h3>Import of a PostgreSQL table</h3>
-
 <div class="code"><pre>
+# HINT: if the database contains spatial tables, but you want to import a non-spatial 
+table, set the environmental variable PG_LIST_ALL_TABLES to YES before importing
+
 db.in.ogr dsn="PG:host=localhost dbname=ecad user=neteler" \
           db_table=ecad_verona_tmean output=ecad_verona_tmean
 db.select ecad_verona_tmean