Created
June 22, 2013 05:01
-
-
Save christianroman/5835935 to your computer and use it in GitHub Desktop.
Prepare PgRouting database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# su - postgres | |
psql testgisdb -f /usr/share/postlbs/routing_core.sql | |
psql testgisdb -f /usr/share/postlbs/routing_core_wrappers.sql | |
psql testgisdb -f /usr/share/postlbs/routing_topology.sql | |
psql testgisdb -f /usr/share/postlbs/routing_tsp.sql | |
psql testgisdb -f /usr/share/postlbs/routing_tsp_wrappers.sql | |
psql testgisdb -f /usr/share/postlbs/routing_dd.sql | |
psql testgisdb -f /usr/share/postlbs/routing_dd_wrappers.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment