| Revision 2 (by dpavlin, 2007/04/26 19:25:45) |
|---|
db=zoom
all:
dropdb ${db} || true
# createdb --encoding=utf-8 ${db}
createdb ${db}
createlang plperlu ${db}
psql -x ${db} < zoom.sql
| Revision 2 (by dpavlin, 2007/04/26 19:25:45) |
|---|
db=zoom
all:
dropdb ${db} || true
# createdb --encoding=utf-8 ${db}
createdb ${db}
createlang plperlu ${db}
psql -x ${db} < zoom.sql