/[libdata]/trunk/pg/install.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/pg/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations)
Thu Mar 4 21:29:00 2004 UTC (20 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 136 byte(s)
script to create and populate PostgreSQL libdata database

1 #!/bin/sh
2
3 dropdb libdata
4 createdb libdata
5
6 psql libdata < libdata.pgsql
7 psql libdata < libstats.pgsql
8 psql libdata < libsession.pgsql
9

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26