diff options
Diffstat (limited to 'doc/src/sgml/pgbuffercache.sgml')
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 537d6014942..eeb85a0e049 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -20,10 +20,18 @@ </indexterm> <indexterm> + <primary>pg_buffercache_numa</primary> + </indexterm> + + <indexterm> <primary>pg_buffercache_summary</primary> </indexterm> <indexterm> + <primary>pg_buffercache_usage_counts</primary> + </indexterm> + + <indexterm> <primary>pg_buffercache_evict</primary> </indexterm> @@ -37,12 +45,12 @@ <para> This module provides the <function>pg_buffercache_pages()</function> - function (wrapped in the <structname>pg_buffercache</structname> view), + function (wrapped in the <structname>pg_buffercache</structname> view), the <function>pg_buffercache_numa_pages()</function> function (wrapped in the <structname>pg_buffercache_numa</structname> view), the <function>pg_buffercache_summary()</function> function, the <function>pg_buffercache_usage_counts()</function> function, the - <function>pg_buffercache_evict()</function>, the + <function>pg_buffercache_evict()</function> function, the <function>pg_buffercache_evict_relation()</function> function and the <function>pg_buffercache_evict_all()</function> function. </para> @@ -55,7 +63,7 @@ </para> <para> - The <function>pg_buffercache_numa_pages()</function> provides + The <function>pg_buffercache_numa_pages()</function> function provides <acronym>NUMA</acronym> node mappings for shared buffer entries. This information is not part of <function>pg_buffercache_pages()</function> itself, as it is much slower to retrieve. @@ -489,7 +497,7 @@ </sect2> <sect2 id="pgbuffercache-pg-buffercache-evict-relation"> - <title>The <structname>pg_buffercache_evict_relation</structname> Function</title> + <title>The <structname>pg_buffercache_evict_relation()</structname> Function</title> <para> The <function>pg_buffercache_evict_relation()</function> function is very similar to the <function>pg_buffercache_evict()</function> function. The @@ -507,7 +515,7 @@ </sect2> <sect2 id="pgbuffercache-pg-buffercache-evict-all"> - <title>The <structname>pg_buffercache_evict_all</structname> Function</title> + <title>The <structname>pg_buffercache_evict_all()</structname> Function</title> <para> The <function>pg_buffercache_evict_all()</function> function is very similar to the <function>pg_buffercache_evict()</function> function. The |