/[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 24 - (hide annotations)
Sat Jul 23 15:46:24 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 230 byte(s)
implemented core of catalog-entry-item schema based on PostgreSQL General Bits
issue 110, Accessing Inherited Table Data

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

  ViewVC Help
Powered by ViewVC 1.1.26