pgsql: doc: add namespace column to pg_buffercache example query - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: add namespace column to pg_buffercache example query
Date
Msg-id E1jJOFV-0004d7-EN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  add namespace column to pg_buffercache example query

Without the namespace, the table name could be ambiguous.

Reported-by: adunham@arbormetrix.com

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

Backpatch-through: 9.5

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9e8aec433a29e42fe67a072aa9d9bb1da26145d6

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify which table creation is used for inheritance part.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify when row-level locks are released