pgsql: docs: Fix list of object types pg_table_is_visible() can handle.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: Fix list of object types pg_table_is_visible() can handle.
Date: 2015-06-04 21:50:45
Message-ID: E1Z0d2D-0003pX-AR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: Fix list of object types pg_table_is_visible() can handle.

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c645da8ebb5532105481ad77bb1d9a671b1f086

Modified Files
--------------
doc/src/sgml/func.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-06-04 21:59:53 pgsql: doc: Session identifiers truncate, not round, the backend start
Previous Message Tom Lane 2015-06-04 20:46:45 pgsql: Second try at stabilizing query plans in rowsecurity regression