From: Bruce Momjian Date: Tue, 9 May 2006 16:31:23 +0000 (+0000) Subject: Mention array dimmensions are not enforced either. X-Git-Tag: REL8_2_BETA1~994 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c9fab6c3b92eb52a99a8f893348e5210de82b85;p=thirdparty%2Fpostgresql.git Mention array dimmensions are not enforced either. --- diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml index 81df5e4de96..5d4ff39d4a8 100644 --- a/doc/src/sgml/array.sgml +++ b/doc/src/sgml/array.sgml @@ -1,4 +1,4 @@ - + Arrays @@ -49,7 +49,8 @@ CREATE TABLE tictactoe ( However, the current implementation does not enforce the array size - limits — the behavior is the same as for arrays of unspecified + or dimmension limits — the behavior is the same as for +arrays of unspecified length.