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
Remove forgotten $rcs_id variable after the svn → git conversion
[gpstools.git]
/
branches
/
gpst.postgis
/
postgres
/
init.sh
blob
5d7c8688599f0f88df6eec83b7507a83e02e78fc
1
#!/bin/bash
2
3
# $Id$
4
5
createdb gps
6
psql
-d
gps
-c
"CREATE LANGUAGE plpgsql;"
7
psql
-d
gps
-f
/
usr
/
shar
e
/
postgresql-8.3
-postgis
/
lwpostgis.sql
8
psql
-d
gps
-f
/
usr
/
shar
e
/
postgresql-8.3
-postgis
/
spatial_ref_sys.sql
9
psql
-d
gps
-f
init.sql