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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (hide annotations)
Tue Aug 2 15:20:44 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 276 byte(s)
implemented tree structure with topics, where each topic can have multiple items

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