/[webpac2]/branches/Sack/sql/Makefile
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/Sack/sql/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (hide annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 7 months ago) by dpavlin
File size: 276 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

1 dpavlin 24 db=webpac2
2    
3     init:
4     dropdb $(db) || true
5     createdb $(db)
6     ./mkindex.pl schema.sql | psql $(db)
7 dpavlin 37 psql $(db) < tree-func.sql
8 dpavlin 28 #test -f data.sql && psql $(db) < data.sql
9     ./pgbits.pl
10 dpavlin 37 psql $(db) < tree-views.sql
11 dpavlin 24
12     save:
13     pg_dump -c $(db) > $(db).sql
14    
15     load:
16     psql $(db) < $(db).sql

  ViewVC Help
Powered by ViewVC 1.1.26