aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgbuffercache.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/pgbuffercache.sgml')
-rw-r--r--doc/src/sgml/pgbuffercache.sgml12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml
index 546ace8369e..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>
@@ -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