From: lpsolit%gmail.com <> Date: Sun, 20 Jan 2008 05:27:39 +0000 (+0000) Subject: Documentation about PostgreSQL being case-sensitive (backported from bug 410134)... X-Git-Tag: bugzilla-3.0.4~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa427f8d234446c4a8dbb10d0ca46ef26a76579c;p=thirdparty%2Fbugzilla.git Documentation about PostgreSQL being case-sensitive (backported from bug 410134) - Patch by Sam Folk-Williams r=LpSolit --- 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