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