Skip to content

Commit 2ac3e6a

Browse files
committed
doc: pg_function_is_visible also applies to aggregates and procedures
1 parent 7a32ac8 commit 2ac3e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16820,6 +16820,8 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
1682016820
Each function performs the visibility check for one type of database
1682116821
object. Note that <function>pg_table_is_visible</function> can also be used
1682216822
with views, materialized views, indexes, sequences and foreign tables;
16823+
<function>pg_function_is_visible</function> can also be used with
16824+
procedures and aggregates;
1682316825
<function>pg_type_is_visible</function> can also be used with domains.
1682416826
For functions and operators, an object in
1682516827
the search path is visible if there is no object of the same name

0 commit comments

Comments
 (0)