How to tailor a newly compiled Postgres installation for CLX
Updated July 8, 1998

This is something you should not need to do as CLX comes with everything
set up in place for you.

1. As user postgres run initdb:

       $ initdb

2. As user postgres start the postmaster:

       $ postmaster -iS

3. As user postgres create database user clx_us:

       $ createuser clx_us

   `createuser' is an interactive program. You will have to specify the
   UID of the new user, and if they are allowed to create databases and
   add users. Answer with `y' to both questions.

4. Now, as user clx_us start clx_db and clx_idx:

       $ ~/tools/clx_db
       $ ~/tools/clx_idx

   This will create the clx_db and all the necessary CLX database 
   tables. Or, alternatively, if you have backuped your data, run the
   `bup_db -r' script.
