You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2010/04/22 20:34:30 UTC

svn commit: r936999 - /db/derby/docs/trunk/src/ref/rrefattribcollation.dita

Author: chaase3
Date: Thu Apr 22 18:34:30 2010
New Revision: 936999

URL: http://svn.apache.org/viewvc?rev=936999&view=rev
Log:
DERBY-4591: Documentation needed for global case-insensitive setting (DERBY-1748)

Revised rrefattribcollation.dita topic to incorporate additional information.

Patch: DERBY-4591-2.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefattribcollation.dita

Modified: db/derby/docs/trunk/src/ref/rrefattribcollation.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefattribcollation.dita?rev=936999&r1=936998&r2=936999&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefattribcollation.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefattribcollation.dita Thu Apr 22 18:34:30 2010
@@ -47,19 +47,27 @@ in which character case is significant i
 <dt>TERRITORY_BASED:PRIMARY</dt>
 <dd>Territory based with collation strength PRIMARY. Specify this value to make
 <ph conref="../conrefs.dita#prod/productshortname"></ph> behave similarly to
-many other databases, for which PRIMARY is commonly the default.</dd>
+many other databases, for which PRIMARY is commonly the default. PRIMARY
+typically means that only differences in base letters are considered
+significant, whereas differences in accents or case are not considered
+significant.</dd>
 </dlentry>
 <dlentry>
 <dt>TERRITORY_BASED:SECONDARY</dt>
-<dd>Territory based with collation strength SECONDARY.</dd>
+<dd>Territory based with collation strength SECONDARY. SECONDARY typically means
+that differences in base letters or accents are considered significant, whereas
+differences in case are not considered significant.</dd>
 </dlentry>
 <dlentry>
 <dt>TERRITORY_BASED:TERTIARY</dt>
-<dd>Territory based with collation strength TERTIARY.</dd>
+<dd>Territory based with collation strength TERTIARY. TERTIARY typically means
+that differences in base letters, accents, or case are all considered
+significant.</dd>
 </dlentry>
 <dlentry>
 <dt>TERRITORY_BASED:IDENTICAL</dt>
-<dd>Territory based with collation strength IDENTICAL.</dd>
+<dd>Territory based with collation strength IDENTICAL. IDENTICAL means that all
+differences are considered significant.</dd>
 </dlentry>
 </dl>
 <note