From: lpsolit%gmail.com <> Date: Sun, 20 Jan 2008 05:29:15 +0000 (+0000) Subject: Documentation patch about PostgreSQL being case-sensitive (backported from bug 410134... X-Git-Tag: bugzilla-2.22.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae14d080da9bbe971559810577b0526842146638;p=thirdparty%2Fbugzilla.git Documentation patch 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 78e86831db..626a209a3d 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -515,6 +515,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