Note about db prefs not currently working on postgres
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 20 Feb 2002 10:51:50 +0000 (10:51 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 20 Feb 2002 10:51:50 +0000 (10:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2485 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/db-backend.txt

index 1e12922e834c63fe7698b9ab27ea84d5fe14b44b..917a4b3796ebe558f1337cb0b077f77e13dfeb4c 100644 (file)
@@ -115,3 +115,7 @@ database.
 Default preferences can be set by altering the $default array in
 db_prefs.php.
 
+NB It seems that currently database backed preferences won't work under
+PostgreSQL at least due to using a column name of user and REPLACE which
+doesn't exist under PostgreSQL. This will be worked on and fixed as soon
+as possible.