|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.170 2003/09/08 19:38:02 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.171 2003/09/11 17:26:20 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -6873,7 +6873,7 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid); |
6873 | 6873 | <entry><literal><function>pg_type_is_visible</function>(<parameter>type_oid</parameter>)</literal> |
6874 | 6874 | </entry> |
6875 | 6875 | <entry><type>boolean</type></entry> |
6876 | | - <entry>is type visible in search path</entry> |
| 6876 | + <entry>is type(or domain)visible in search path</entry> |
6877 | 6877 | </row> |
6878 | 6878 | <row> |
6879 | 6879 | <entry><literal><function>pg_function_is_visible</function>(<parameter>function_oid</parameter>)</literal> |
@@ -6930,7 +6930,7 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid); |
6930 | 6930 | <function>pg_operator_is_visible</function>, |
6931 | 6931 | <function>pg_opclass_is_visible</function>, and |
6932 | 6932 | <function>pg_conversion_is_visible</function> perform the same sort of |
6933 | | - visibility check for types, functions, operators, operator classes |
| 6933 | + visibility check for types (and domains), functions, operators, operator classes |
6934 | 6934 | and conversions, respectively. For functions and operators, an object in |
6935 | 6935 | the search path is visible if there is no object of the same name |
6936 | 6936 | <emphasis>and argument data type(s)</> earlier in the path. For |
|