/[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 28 by dpavlin, Sun Jul 24 09:27:26 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          #test -f data.sql && psql $(db) < data.sql
8            ./pgbits.pl
9    
10  save:  save:
11          pg_dump -c $(db) > $(db).sql          pg_dump -c $(db) > $(db).sql

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

  ViewVC Help
Powered by ViewVC 1.1.26