Переглянути джерело

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.