1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

doc: pg_function_is_visible also applies to aggregates and procedures

This commit is contained in:
Peter Eisentraut 2018-02-13 10:39:51 -05:00
parent 7a32ac8a66
commit 2ac3e6acc2

View File

@ -16820,6 +16820,8 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
Each function performs the visibility check for one type of database Each function performs the visibility check for one type of database
object. Note that <function>pg_table_is_visible</function> can also be used object. Note that <function>pg_table_is_visible</function> can also be used
with views, materialized views, indexes, sequences and foreign tables; with views, materialized views, indexes, sequences and foreign tables;
<function>pg_function_is_visible</function> can also be used with
procedures and aggregates;
<function>pg_type_is_visible</function> can also be used with domains. <function>pg_type_is_visible</function> can also be used with domains.
For functions and operators, an object in For functions and operators, an object in
the search path is visible if there is no object of the same name the search path is visible if there is no object of the same name