Index: func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v retrieving revision 1.169 diff -c -r1.169 func.sgml *** func.sgml 31 Aug 2003 17:32:18 -0000 1.169 --- func.sgml 3 Sep 2003 05:50:56 -0000 *************** *** 6776,6782 **** pg_type_is_visible(type_oid) boolean ! is type visible in search path pg_function_is_visible(function_oid) --- 6776,6782 ---- pg_type_is_visible(type_oid) boolean ! is type (or domain) visible in search path pg_function_is_visible(function_oid) *************** *** 6833,6839 **** pg_operator_is_visible, pg_opclass_is_visible, and pg_conversion_is_visible perform the same sort of ! visibility check for types, functions, operators, operator classes and conversions, respectively. For functions and operators, an object in the search path is visible if there is no object of the same name and argument data type(s) earlier in the path. For --- 6833,6839 ---- pg_operator_is_visible, pg_opclass_is_visible, and pg_conversion_is_visible perform the same sort of ! visibility check for types (and domains), functions, operators, operator classes and conversions, respectively. For functions and operators, an object in the search path is visible if there is no object of the same name and argument data type(s) earlier in the path. For