]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch about PostgreSQL being case-sensitive (backported from bug 410134...
authorlpsolit%gmail.com <>
Sun, 20 Jan 2008 05:29:15 +0000 (05:29 +0000)
committerlpsolit%gmail.com <>
Sun, 20 Jan 2008 05:29:15 +0000 (05:29 +0000)
docs/xml/using.xml

index 78e86831dba03f503b0672c80a1577be8e49524a..626a209a3dce2eabe4d1601cc875b4007f39111a 100644 (file)
       </para>
     </section>
 
+    <section id="casesensitivity">
+      <title>Case Sensitivity in Searches</title>
+      <para>
+      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.
+      </para>
+    </section>
+
     <section id="list">
       <title>Bug Lists</title>