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. + + 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. + +