Hi,<br><br>I have just run the osm2pgsql script.<br>It has taken over 4 days for me.<br><br>However, the user I imported into had a tablespace that was on /mnt/sdo<br><br>When the program got to building the indexes, I got the following error :<br>
<br>CREATE INDEX planet_osm_ways_nodes ON planet_osm_ways USING gin (nodes gin__int_ops) TABLESPACE pg_default;<br> failed: ERROR: could not extend relation base/16391/832804: No space left on device<br>HINT: Check free disk space.<br>
<br>Now looking at the code I can see that had I used a -i parameter I could have avoided this.<br><br>What I want to know is, is there any way I can manually continue the outstanding steps ?<br>(Perhaps redoing the )<br>
OR<br>Is there a whay to re-run the program, just to create the indexes ?<br><br>Thanks,<br><font color="#888888">Ronan</font>