1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Fix some now-obsolete comments about the space used by various data

types.
This commit is contained in:
Tom Lane
2007-04-06 19:22:38 +00:00
parent e1f1a5358b
commit 146c83c045
2 changed files with 28 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.59 2007/03/02 06:01:01 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.60 2007/04/06 19:22:38 tgl Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
@ -10,8 +10,8 @@
<para>
<productname>PostgreSQL</productname> allows columns of a table to be
defined as variable-length multidimensional arrays. Arrays of any
built-in or user-defined base type can be created. (Arrays of
composite types or domains are not yet supported, however.)
built-in or user-defined base type or enum type can be created.
(Arrays of composite types or domains are not yet supported, however.)
</para>
<sect2>