浏览代码

Note about db prefs not currently working on postgres

simond 23 年之前
父节点
当前提交
e74055ce4e
共有 1 个文件被更改,包括 4 次插入0 次删除
  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
 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.