]> andersk Git - moira.git/blobdiff - db/README
changed the newmoira targets to include tables_sql.{c,o}
[moira.git] / db / README
index e2f16e2ab9fb63a97b5505029842f6a7ef1d70ac..be348e6466b36b155d97b59e7a06c04ab30bfbd6 100644 (file)
--- a/db/README
+++ b/db/README
@@ -2,38 +2,37 @@
 
 This directory contains stuff necessary to create and initialize an
 sms database.  Note that some other directories rely on files here
-(notably dbbuild), and that the newsms program relies on other files.
+(notably newdb), and that the newsms program relies on other files.
 
 STEPS TO CREATE A DATABASE:
 
-1. run "createdb" from the shell
+1. run "createdb sms" from the shell
 2. run the quel commands in newdb to create the tables
-3. run newsms
+3. run newmoira
 4. if you want any queries to be publically executable, change their
    capacls entries from list_id 2 to 1.
 5. run the quel commands in dbopt to create indices on the data.
 
 Example:
 
-    createdb testsms
-    quel testsms
+    createdb sms
+    quel sms
            \i newdb
            \g
            \q
-    newsms
+    newmoira
            mar
 
            19000
            19000
            600
            mar
-    quel testsms
+    quel sms
            \i dbopt
            \g
            \q
-    renamedb testsms newsms
 
 
 THINGS TO DO:
 
-automate generation of stub procs in newsms.qc
+automate generation of stub procs in newmoira.qc
This page took 0.033229 seconds and 4 git commands to generate.