<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I try to import various files from PostgreSQL to GRASS in GRASS70. <br>
    <i><br>
      db.connect driver=pg
database='host=&lt;server&gt;,dbname=&lt;database&gt;,schema=&lt;schamename&gt;'<br>
      db.login user="sustaincity" pass="+++"<br>
      db.connect -p&nbsp;&nbsp; <br>
      db.tables -p |less&nbsp;&nbsp;&nbsp; <br>
      <br>
      for i in {1..3};<br>
      &nbsp;&nbsp;&nbsp; do<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; v.in.ogr dsn='PG:host=&lt;servername&gt;
      dbname=&lt;dbname&gt; user=&lt;username&gt;' layer=schema.layer
      output=layer$i type=boundary,centroid&nbsp; -o --o;<br>
      &nbsp;&nbsp;&nbsp; done</i><br>
    <br>
    This does only work for few layers. Some layers have many items
    inside and these are not recognized, although I can view them
    through db.tables -p.:<br>
    <i>ERROR: Layer &lt;schema.layername&gt; not available</i><br>
    <br>
    any ideas?<br>
  </body>
</html>