aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/array.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml
index d579dd49795..5947df26c7a 100644
--- a/doc/src/sgml/array.sgml
+++ b/doc/src/sgml/array.sgml
@@ -153,4 +153,11 @@ CREATE TABLE tictactoe (
unspecified length.
</Para>
+<Para>
+ Actually, the current implementation doesn't enforce the declared
+ number of dimensions either. Arrays of a particular base type
+ are all considered to be of the same type, regardless of size or
+ number of dimensions.
+</Para>
+
</Chapter>