2004-08-31 Benoit Gr�goire <bock@…>
- sql/: Update the postgres schemas and add scripts to ease maintaining it.
- sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this script to the chances will be available in the cvs schemas and initial data.
- sql/dump_initial_data_postgres.sh: This does the actual dump of the data in a runnable form. Note that this needs to be edited manually if you add a new table requiring initial data.
- INSTALL: Update for postgres. Somebody please test this.