Doc: fix a few oddly-spelled SGML ID attributes.
authorTom Lane
Tue, 17 Jan 2023 22:13:18 +0000 (17:13 -0500)
committerTom Lane
Tue, 17 Jan 2023 22:13:20 +0000 (17:13 -0500)
Avoid use of "_" in SGML IDs.  Awhile back that was actually
disallowed by the toolchain, as a consequence of which our convention
has been to use "-" instead.  Fix a couple of stragglers that are
particularly inconsistent with that convention and with related IDs.

This is just neatnik-ism, so no need for back-patch.

Discussion: https://postgr.es/m/769446.1673478332@sss.pgh.pa.us

doc/src/sgml/config.sgml
doc/src/sgml/pgbuffercache.sgml
doc/src/sgml/ref/pg_checksums.sgml
doc/src/sgml/ref/prepare.sgml

index 77574e2d4ec1f735acbd4cacc3d9e3a61c72af60..89d53f2a6458a78fef54bf4e06216699a79e149f 100644 (file)
@@ -6062,7 +6062,7 @@ SELECT * FROM parent WHERE key = 2400;
       
      
 
-     _mode" xreflabel="plan_cache_mode">
+     -mode" xreflabel="plan_cache_mode">
       plan_cache_mode (enum)
       
        plan_cache_mode configuration parameter
index fc101cf1908b44729c1f870ee297b03a690bfd78..7b118f2030b78844327b24acf1fb5ef6d22dbaff 100644 (file)
   The <function>pg_buffercache_summary()</function> Function
 
   
-   The definitions of the columns exposed by the function are shown in _summary-columns"/>.
+   The definitions of the columns exposed by the function are shown in -summary-columns"/>.
   
 
-  _summary-columns">
+  -summary-columns">
    <function>pg_buffercache_summary()</function> Output Columns
    
     
index bab9501ce098df938f1c92127625c92825b04759..a3d0b0f0a3d64e26792e89dbed52c16642c19774 100644 (file)
@@ -33,7 +33,7 @@ PostgreSQL documentation
   
  
 
_checksums-1">
   Description
   
    pg_checksums checks, enables or disables data
index aae91946c75760cb04e3415f38979e8bec0894ef..f9e0cdc69a154873db87a9039072bc5ea3f00bd5 100644 (file)
@@ -139,7 +139,7 @@ PREPARE name [ ( 
   
 
   
-   By default (that is, when _mode"/> is set
+   By default (that is, when -mode"/> is set
    to auto), the server will automatically choose
    whether to use a generic or custom plan for a prepared statement that
    has parameters.  The current rule for this is that the first five