pgsql: doc: add namespace column to pg_buffercache example query

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add namespace column to pg_buffercache example query
Date: 2020-03-31 21:16:41
Message-ID: E1jJOFV-0004dG-FY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: add namespace column to pg_buffercache example query

Without the namespace, the table name could be ambiguous.

Reported-by: adunham(at)arbormetrix(dot)com

Discussion: https://postgr.es/m/158155175140.23798.2189464781144503491@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dd9f34ca006f1a18e2a80fbd9ee7efffed9b1e30

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-03-31 21:27:40 pgsql: doc: clarify when row-level locks are released
Previous Message Bruce Momjian 2020-03-31 21:08:42 pgsql: doc: clarify which table creation is used for inheritance part.