]> andersk Git - moira.git/blame_incremental - db/README
changed name of journal file
[moira.git] / db / README
... / ...
CommitLineData
1/mit/smsdev/db/README: $Header$
2
3This directory contains stuff necessary to create and initialize an
4sms database. Note that some other directories rely on files here
5(notably dbbuild), and that the newsms program relies on other files.
6
7STEPS TO CREATE A DATABASE:
8
91. run "createdb" from the shell
102. run the quel commands in newdb to create the tables
113. run newsms
124. if you want any queries to be publically executable, change their
13 capacls entries from list_id 2 to 1.
145. run the quel commands in dbopt to create indices on the data.
15
16Example:
17
18 createdb testsms
19 quel testsms
20 \i newdb
21 \g
22 \q
23 newsms
24 mar
25
26 19000
27 19000
28 600
29 mar
30 quel testsms
31 \i dbopt
32 \g
33 \q
34 renamedb testsms newsms
35
36
37THINGS TO DO:
38
39automate generation of stub procs in newsms.qc
This page took 0.032193 seconds and 5 git commands to generate.