diff options
Diffstat (limited to 'doc/src/sgml/pgbuffercache.sgml')
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 1ecb63e811b..fa7a78dfcda 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -25,7 +25,7 @@ </para> <sect2> - <title>The <structname>pg_buffercache</structname> view</title> + <title>The <structname>pg_buffercache</structname> View</title> <para> The definitions of the columns exposed by the view are shown in <xref linkend="pgbuffercache-columns">. @@ -132,7 +132,7 @@ </sect2> <sect2> - <title>Sample output</title> + <title>Sample Output</title> <screen> regression=# SELECT c.relname, count(*) AS buffers |