From fa427f8d234446c4a8dbb10d0ca46ef26a76579c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 20 Jan 2008 05:27:39 +0000 Subject: [PATCH] Documentation about PostgreSQL being case-sensitive (backported from bug 410134) - Patch by Sam Folk-Williams r=LpSolit --- docs/xml/using.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 2ee4ffb1b1..801124a20e 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -567,6 +567,16 @@ +
+ Case Sensitivity in Searches + + Bugzilla queries are case-insensitive and accent-insensitive, when + used with MySQL databases. When using Bugzilla with + PostgreSQL, however, some queries are case-sensitive. This is due to + the way PostgreSQL handles case and accent sensitivity. + +
+
Bug Lists -- 2.47.2