8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a32ac8 commit 2ac3e6aCopy full SHA for 2ac3e6a
doc/src/sgml/func.sgml
@@ -16820,6 +16820,8 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
16820
Each function performs the visibility check for one type of database
16821
object. Note that <function>pg_table_is_visible</function> can also be used
16822
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;
16825
<function>pg_type_is_visible</function> can also be used with domains.
16826
For functions and operators, an object in
16827
the search path is visible if there is no object of the same name
0 commit comments