1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Misc. cleanups.

This commit is contained in:
Tom Lane 2000-12-17 05:50:23 +00:00
parent 96ff0cb0c4
commit c501e9aabe

View File

@ -153,4 +153,11 @@ CREATE TABLE tictactoe (
unspecified length.
</Para>
<Para>
Actually, the current implementation doesn't enforce the declared
number of dimensions either. Arrays of a particular base type
are all considered to be of the same type, regardless of size or
number of dimensions.
</Para>
</Chapter>