projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9fab6
)
Revert documentation mention of array dimension checking, in next paragraph.
author
Bruce Momjian
Tue, 9 May 2006 23:12:54 +0000
(23:12 +0000)
committer
Bruce Momjian
Tue, 9 May 2006 23:12:54 +0000
(23:12 +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 5d4ff39d4a84fd78c0e60adc18859cd1b2fa5a55..55e4085d0dddfd77226ae943270554e369cdbab2 100644
(file)
--- a/
doc/src/sgml/array.sgml
+++ b/
doc/src/sgml/array.sgml
@@
-1,4
+1,4
@@
-
+
Arrays
@@
-49,8
+49,7
@@
CREATE TABLE tictactoe (
However, the current implementation does not enforce the array size
- or dimmension limits — the behavior is the same as for
-arrays of unspecified
+ limits — the behavior is the same as for arrays of unspecified
length.