/[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

Diff of /trunk/sql/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Sat Jul 23 18:39:44 2005 UTC revision 37 by dpavlin, Tue Aug 2 15:20:44 2005 UTC
# Line 4  init: Line 4  init:
4          dropdb $(db) || true          dropdb $(db) || true
5          createdb $(db)          createdb $(db)
6          ./mkindex.pl schema.sql | psql $(db)          ./mkindex.pl schema.sql | psql $(db)
7          test -f data.sql && psql $(db) < data.sql          psql $(db) < tree-func.sql
8            #test -f data.sql && psql $(db) < data.sql
9            ./pgbits.pl
10            psql $(db) < tree-views.sql
11    
12  save:  save:
13          pg_dump -c $(db) > $(db).sql          pg_dump -c $(db) > $(db).sql

Legend:
Removed from v.26  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26