From 07f9682de43ce53fcd6d86744f610cacfabc60bb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 5 Aug 2002 02:30:50 +0000 Subject: Preliminary code review for anonymous-composite-types patch: fix breakage of functions returning domain types, update documentation for typtype, move get_typtype to lsyscache.c (actually, resurrect the old version), add defense against creating pseudo-typed table columns, fix some bogus list-parsing in grammar. Issues remain with respect to alias handling and type checking; Joe is on those. --- doc/src/sgml/catalogs.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 573815388fe..38dbe32aad7 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ @@ -3201,8 +3201,9 @@ typtype is b for a base type, c for a complex type (i.e., - a table's row type), or d for a derived type (i.e., - a domain). See also typrelid + a table's row type), d for a derived type (i.e., + a domain), or p for a pseudo-type. See also + typrelid and typbasetype. @@ -3235,7 +3236,7 @@ typtype), then this field points to the pg_class entry that defines the corresponding table. A table could theoretically be used as a - composite data type, but this is not fully functional. + composite data type, but this is only partly functional. Zero for non-complex types. -- cgit v1.2.3