From: Peter Eisentraut Date: Tue, 13 Feb 2018 15:39:51 +0000 (-0500) Subject: doc: pg_function_is_visible also applies to aggregates and procedures X-Git-Tag: REL_11_BETA1~787 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2ac3e6acc228e4b99022019379c6d5c4b61b231c;p=postgresql.git doc: pg_function_is_visible also applies to aggregates and procedures --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4be31b082a8..1e535cf2153 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 object. Note that pg_table_is_visible can also be used with views, materialized views, indexes, sequences and foreign tables; + pg_function_is_visible can also be used with + procedures and aggregates; pg_type_is_visible can also be used with domains. For functions and operators, an object in the search path is visible if there is no object of the same name