gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.gpxfix / postgres / init.sh
blobf3dce93bfba45ac55a850c988a3b0fe67865a580
1 #!/bin/bash
3 # $Id$
4 # File ID: 372e8e36-fafb-11dd-8930-000475e441b9
6 createdb gps
7 psql -d gps -c "CREATE LANGUAGE plpgsql;"
8 psql -d gps -f init.sql