]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Mention array dimmensions are not enforced either.
authorBruce Momjian <bruce@momjian.us>
Tue, 9 May 2006 16:31:23 +0000 (16:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 9 May 2006 16:31:23 +0000 (16:31 +0000)
doc/src/sgml/array.sgml

index 81df5e4de965539c2e57272f751966e3e14306f3..5d4ff39d4a84fd78c0e60adc18859cd1b2fa5a55 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.49 2006/04/23 03:39:47 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.50 2006/05/09 16:31:23 momjian Exp $ -->
 
 <sect1 id="arrays">
  <title>Arrays</title>
@@ -49,7 +49,8 @@ CREATE TABLE tictactoe (
 </programlisting>
 
   However, the current implementation does not enforce the array size
-  limits &mdash; the behavior is the same as for arrays of unspecified
+  or dimmension limits &mdash; the behavior is the same as for 
+arrays of unspecified
   length.
  </para>