Skip to content
Snippets Groups Projects
Commit 12049d34 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Revert documentation mention of array dimension checking, in next paragraph.

parent 0c9fab6c
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.50 2006/05/09 16:31:23 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.51 2006/05/09 23:12:54 momjian Exp $ -->
<sect1 id="arrays"> <sect1 id="arrays">
<title>Arrays</title> <title>Arrays</title>
...@@ -49,8 +49,7 @@ CREATE TABLE tictactoe ( ...@@ -49,8 +49,7 @@ 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
or dimmension limits &mdash; the behavior is the same as for limits &mdash; the behavior is the same as for arrays of unspecified
arrays of unspecified
length. length.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment