/[libdata]/branches/pear-db/my2pg/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

Annotation of /branches/pear-db/my2pg/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 35 #!/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