diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 2e1b9bbecf4..1e9aee10275 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -585,7 +585,7 @@ - The <structname>pg_buffercache_evict_relation()</structname> Function + The <function>pg_buffercache_evict_relation()</function> Function The pg_buffercache_evict_relation() function is very similar to the pg_buffercache_evict() function. The @@ -603,7 +603,7 @@ - The <structname>pg_buffercache_evict_all()</structname> Function + The <function>pg_buffercache_evict_all()</function> Function The pg_buffercache_evict_all() function is very similar to the pg_buffercache_evict() function. The @@ -619,7 +619,7 @@ - The <structname>pg_buffercache_mark_dirty</structname> Function + The <function>pg_buffercache_mark_dirty()</function> Function The pg_buffercache_mark_dirty() function takes a buffer identifier, as shown in the bufferid @@ -637,7 +637,7 @@ - The <structname>pg_buffercache_mark_dirty_relation</structname> Function + The <function>pg_buffercache_mark_dirty_relation()</function> Function The pg_buffercache_mark_dirty_relation() function is very similar to the @@ -656,7 +656,7 @@ - The <structname>pg_buffercache_mark_dirty_all</structname> Function + The <function>pg_buffercache_mark_dirty_all()</function> Function The pg_buffercache_mark_dirty_all() function is very similar to the pg_buffercache_mark_dirty()