Changes between Version 26 and Version 27 of RenderingOsmData

Show
Ignore:
Timestamp:
12/10/10 09:36:05 (2 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmData

    v26 v27  
    1761763. psql -U postgres -d osm -f postprocess.sql 
    177177 
    178 ''Note:'' you might also want to execute the command 'vacuum analyze' on the osm database before moving on: 
     178''Note:'' you might also want to execute the command 'vacuum analyze' on the osm database before moving on, to optimize queries: 
    179179{{{ 
    180180  psql -U postgres -d osm -c "vacuum analyze"