diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-11-21 19:31:58 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-11-21 19:31:58 +0000 |
commit | e5c032d898a0879d94c1f6d6faf4f9bf47f20ec3 (patch) | |
tree | 77951d5b4a6c505e734d430abce61008e52722ab | |
parent | ab0a37fe0705b23360ba69124a84d224203b3d81 (diff) | |
download | postgresql-e5c032d898a0879d94c1f6d6faf4f9bf47f20ec3.tar.gz postgresql-e5c032d898a0879d94c1f6d6faf4f9bf47f20ec3.zip |
Docs update for enumvals patch.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 33043fda3fc..70d879e6211 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.182 2008/11/10 00:49:36 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.183 2008/11/21 19:31:58 mha Exp $ --> <!-- Documentation of the system catalogs, directed toward PostgreSQL developers --> @@ -6429,7 +6429,7 @@ </row> <row> <entry><structfield>enumvals</structfield></entry> - <entry><type>text</type></entry> + <entry><type>text[]</type></entry> <entry>Allowed values of an enum parameter (NULL for non-enum values)</entry> </row> |