projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ff0cb
)
Misc. cleanups.
author
Tom Lane
Sun, 17 Dec 2000 05:50:23 +0000
(
05:50
+0000)
committer
Tom Lane
Sun, 17 Dec 2000 05:50:23 +0000
(
05:50
+0000)
doc/src/sgml/array.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/array.sgml
b/doc/src/sgml/array.sgml
index d579dd49795651a9955cd282518123df7921d0cc..5947df26c7ac5e70a4e35e35d232dd04e9728096 100644
(file)
--- 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.
+
+