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

index 2ee4ffb1b1117f0e162e12ce5747e3b51d1da9b2..801124a20eb97b13636ffd2569062778a842a523 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>