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-0004dA-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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7c8fb4a5e229547882db0577aacc85c18803f8bd

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