Commit 0c9fab6c authored by Bruce Momjian's avatar Bruce Momjian

Mention array dimmensions are not enforced either.

parent 3cd77da3
<!-- $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"> <sect1 id="arrays">
<title>Arrays</title> <title>Arrays</title>
...@@ -49,7 +49,8 @@ CREATE TABLE tictactoe ( ...@@ -49,7 +49,8 @@ CREATE TABLE tictactoe (
</programlisting> </programlisting>
However, the current implementation does not enforce the array size 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. length.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment