Browse Source

Note about db prefs not currently working on postgres

simond 23 years ago
parent
commit
e74055ce4e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/db-backend.txt

+ 4 - 0
doc/db-backend.txt

@@ -115,3 +115,7 @@ database.
 Default preferences can be set by altering the $default array in
 Default preferences can be set by altering the $default array in
 db_prefs.php.
 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.