Misc. cleanups.
authorTom Lane
Sun, 17 Dec 2000 05:50:23 +0000 (05:50 +0000)
committerTom Lane
Sun, 17 Dec 2000 05:50:23 +0000 (05:50 +0000)
doc/src/sgml/array.sgml

index d579dd49795651a9955cd282518123df7921d0cc..5947df26c7ac5e70a4e35e35d232dd04e9728096 100644 (file)
@@ -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.
+
+