doc: pg_function_is_visible also applies to aggregates and procedures
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Feb 2018 15:39:51 +0000 (10:39 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Feb 2018 20:13:44 +0000 (15:13 -0500)
doc/src/sgml/func.sgml

index 4be31b082a8a559b8eaf35bcbc4ab8192ba61ba4..1e535cf21530ae779ebe8f6ef27ec52f65a20a0b 100644 (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
     object.  Note that <function>pg_table_is_visible</function> can also be used
     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.
     For functions and operators, an object in
     the search path is visible if there is no object of the same name