* /trunk/src/gpstools/doc/gnuplot.txt
[gpstools.git] / postgres / init.sh
blob11420ba904d36732616e26449d0a49e33e3afd7b
1 #!/bin/bash
3 #=======================================================================
4 # $Id$
5 # File ID: 372e8e36-fafb-11dd-8930-000475e441b9
6 #=======================================================================
8 DBASE=gps
9 [ -z "$1" ] || { DBASE=$1; }
10 createdb $DBASE
11 psql -d $DBASE -c "CREATE LANGUAGE plpgsql;"
12 psql -d $DBASE -f init.sql