<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>This works but it loads all different raster data in one table, so in the "raster columns" view it appears only one row about these layers. I dont think this is what I want, because my aim is to load each raster layer in QGIS. Is it possible somehow to load many raster layers at once, everyone in a seperate table?? Thanks.<br></span></div><div><br><span></span></div><div><span></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Pierre Racine <Pierre.Racine@sbf.ulaval.ca><br> <b><span style="font-weight: bold;">To:</span></b> Giannis Giakoumidakis
 <ggiakoumidakis@yahoo.com>; PostGIS Users Discussion <postgis-users@postgis.refractions.net> <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, May 10, 2012 5:10 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> RE: [postgis-users] Uploading a folder with many files<br> </font> </div> <br>The PostGIS raster loader, raster2pgsql, supports wildcard so you can do:<br><br>raster2pgsql -I -C -F c:/temp/*.tif schema.table| psql -U postgres -d batabase<br><br>Pierre<br><br>> -----Original Message-----<br>> From: <a ymailto="mailto:postgis-users-bounces@postgis.refractions.net" href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a> [mailto:postgis-users-<br>> <a ymailto="mailto:bounces@postgis.refractions.net" href="mailto:bounces@postgis.refractions.net">bounces@postgis.refractions.net</a>] On Behalf Of Giannis Giakoumidakis<br>> Sent: Thursday, May 10,
 2012 5:19 AM<br>> To: Post GIS Users Discussion<br>> Subject: [postgis-users] Uploading a folder with many files<br>> <br>> I want to upload to a database a big number of raster files (.tif), for example<br>> 500, in a folder. They are numbered in a row, for example c001, c002,..., cc500.<br>> Is there any way to upload all with one command or the whole folder at once, or<br>> I have to do this one by one? Thanks.<br><br><br><br> </div> </div>  </div></body></html>