Pārlūkot izejas kodu

Note about db prefs not currently working on postgres

simond 23 gadi atpakaļ
vecāks
revīzija
e74055ce4e
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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.