Index: installers/debian/dotlrn/templates
===================================================================
RCS file: /usr/local/cvsroot/installers/debian/dotlrn/templates,v
diff -u -r1.1 -r1.2
--- installers/debian/dotlrn/templates	12 Mar 2008 12:29:42 -0000	1.1
+++ installers/debian/dotlrn/templates	26 Mar 2008 11:40:13 -0000	1.2
@@ -44,6 +44,17 @@
 Description: Database user password confirmation:
  Please confirm the password of the dotLRN database owner.
 
+Template: dotlrn/pg_warning
+Type: note
+Description: Warning - Enable postgresql compatibility options
+ To allow dotLRN to install properly (on postgresql 8.x), please enable 
+ the following compatibility options on postgresql.conf file before creating
+ the database:
+ .
+   add_missing_from = on 
+   default_with_oids = on                                                
+   regex_flavor = extended                                               
+
 Template: dotlrn/notconfigured
 Type: note
 Description: Warning - dotLRN is not configured
@@ -53,10 +64,10 @@
 Template: dotlrn/create_tables
 Type: note
 Description: Warning - dotLRN database tables not created
- The Moodle install script will create the database, but
+ The dotLRN install script will create the database, but
  the tables are to be created with a script. Please
- launch it right after the install:
- . 
+ launch it right after the install: 
+ .
  http://127.0.0.1:8000/
  .
  After configure, you can change IP and port to listen on