repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpsfold: Remove $Id$ at EOF.
[gpstools.git]
/
branches
/
gpst.gpxfix
/
postgres
/
init.sh
blob
f3dce93bfba45ac55a850c988a3b0fe67865a580
1
#!/bin/bash
2
3
# $Id$
4
# File ID: 372e8e36-fafb-11dd-8930-000475e441b9
5
6
createdb gps
7
psql
-d
gps
-c
"CREATE LANGUAGE plpgsql;"
8
psql
-d
gps
-f
init.sql