git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d27842)
docs: Fix list of object types pg_table_is_visible() can handle.
Thu, 4 Jun 2015 21:48:00 +0000 (17:48 -0400)
Thu, 4 Jun 2015 21:48:00 +0000 (17:48 -0400)
Materialized views and foreign tables were missing from the list,
probably because they are newer than the other object types that were
mentioned.

Etsuro Fujita


diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index c6e354054cd2a6c79532f3693b7852e159307c07..080c388296fb08f8810b0cf0b52664b8daf0ba0e 100644 (file)
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -15574,8 +15574,9 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
<para>
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, indexes and sequences; <function>pg_type_is_visible</function>
- can also be used with domains. For functions and operators, an object in
+ with views, materialized views, indexes, sequences and foreign tables;
+ <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
<emphasis>and argument data type(s)</> earlier in the path. For operator
classes, both name and associated index access method are considered.
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /