Mention that pg_type_is_visible is used for domains as well.

Chris

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 ****
         
<entry><literal><function>pg_type_is_visible</function>(<parameter>type_oid</parameter>)</literal>
         </entry>
         <entry><type>boolean</type></entry>
!        <entry>is type visible in search path</entry>
        </row>
        <row>
         
<entry><literal><function>pg_function_is_visible</function>(<parameter>function_oid</parameter>)</literal>
--- 6776,6782 ----
         
<entry><literal><function>pg_type_is_visible</function>(<parameter>type_oid</parameter>)</literal>
         </entry>
         <entry><type>boolean</type></entry>
!        <entry>is type (or domain) visible in search path</entry>
        </row>
        <row>
         
<entry><literal><function>pg_function_is_visible</function>(<parameter>function_oid</parameter>)</literal>
***************
*** 6833,6839 ****
     <function>pg_operator_is_visible</function>,
     <function>pg_opclass_is_visible</function>, and
     <function>pg_conversion_is_visible</function> 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
     <emphasis>and argument data type(s)</> earlier in the path.  For
--- 6833,6839 ----
     <function>pg_operator_is_visible</function>,
     <function>pg_opclass_is_visible</function>, and
     <function>pg_conversion_is_visible</function> 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
     <emphasis>and argument data type(s)</> earlier in the path.  For
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to