diff --git a/documentation/src/main/docbook/devguide/en-US/Database_Access.xml b/documentation/src/main/docbook/devguide/en-US/Database_Access.xml
index 26862e3ddb..481a7e758c 100644
--- a/documentation/src/main/docbook/devguide/en-US/Database_Access.xml
+++ b/documentation/src/main/docbook/devguide/en-US/Database_Access.xml
@@ -522,9 +522,8 @@
The and attributes generate constraints on table columns.
- The unique-key attribute groups columns in a single, unique key constraint. Currently, the specified value
- of the unique-key attribute does not name the constraint in the generated DDL. It only groups the columns in
- the mapping file.
+ The unique-key attribute groups columns in a single, unique key constraint. The attribute overrides
+ the name of any generated unique key constraint.
diff --git a/documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml b/documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
index 64df975afd..dad90530dc 100644
--- a/documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
+++ b/documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
@@ -95,10 +95,8 @@
A unique-key attribute can be used to group columns in
- a single, unique key constraint. Currently, the specified value of the
- unique-key attribute is not used
- to name the constraint in the generated DDL. It is only used to group the columns in
- the mapping file.
+ a single, unique key constraint. The attribute overrides
+ the name of any generated unique key constraint.