Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab19254

Browse files
committed
Mention that pg_type_is_visible is used for domains as well.
Christopher Kings-Lynne
1 parenta5e9e51 commitab19254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -6873,7 +6873,7 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
68736873
<entry><literal><function>pg_type_is_visible</function>(<parameter>type_oid</parameter>)</literal>
68746874
</entry>
68756875
<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>
68776877
</row>
68786878
<row>
68796879
<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);
69306930
<function>pg_operator_is_visible</function>,
69316931
<function>pg_opclass_is_visible</function>, and
69326932
<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
69346934
and conversions, respectively. For functions and operators, an object in
69356935
the search path is visible if there is no object of the same name
69366936
<emphasis>and argument data type(s)</> earlier in the path. For

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp