diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 59dbbd2b25e..3d9032efafb 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -45,9 +45,10 @@ - The pg_buffercache_numa_pages() provides the same information - as pg_buffercache_pages() but is slower because it also - provides the NUMA node ID per shared buffer entry. + The pg_buffercache_numa_pages() provides + NUMA node mappings for shared buffer entries. This + information is not part of pg_buffercache_pages() + itself, as it is much slower to retrieve. The pg_buffercache_numa view wraps the function for convenient use.