diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-01-09 15:08:24 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-01-09 15:08:24 -0500 |
commit | 78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5 (patch) | |
tree | cf94ff066b0e8c86d45a1390f7130988535bd7a7 /doc/src/sgml/pgbuffercache.sgml | |
parent | 38d81760c4d7e22b95252e3545596602c9e38806 (diff) | |
download | postgresql-78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5.tar.gz |
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
This doesn't have any external effect at the moment, but it
will allow adding useful link-discoverability features later.
Brar Piening, reviewed by Karl Pinc.
Discussion: https://postgr.es/m/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/pgbuffercache.sgml')
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 8f314ee8ff..fc101cf190 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -44,7 +44,7 @@ using <command>GRANT</command>. </para> - <sect2> + <sect2 id="pgbuffercache-pg-buffercache"> <title>The <structname>pg_buffercache</structname> View</title> <para> @@ -179,7 +179,7 @@ </para> </sect2> - <sect2> + <sect2 id="pgbuffercache-summary"> <title>The <function>pg_buffercache_summary()</function> Function</title> <para> @@ -265,7 +265,7 @@ </para> </sect2> - <sect2> + <sect2 id="pgbuffercache-sample-output"> <title>Sample Output</title> <screen> @@ -302,7 +302,7 @@ regression=# SELECT * FROM pg_buffercache_summary(); </screen> </sect2> - <sect2> + <sect2 id="pgbuffercache-authors"> <title>Authors</title> <para> |