From e5c032d898a0879d94c1f6d6faf4f9bf47f20ec3 Mon Sep 17 00:00:00 2001 From: Magnus Hagander <magnus@hagander.net> Date: Fri, 21 Nov 2008 19:31:58 +0000 Subject: [PATCH] Docs update for enumvals patch. --- doc/src/sgml/catalogs.sgml | 4 ++-- 1 file 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> -- GitLab