Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: Fix link to fillfactor reloption.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 10 May 2023 17:49:41 +0000 (10:49 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 10 May 2023 17:49:41 +0000 (10:49 -0700)
Fix a link from the "Heap-Only Tuples" documentation section.
Previously, its "fillfactor" link pointed to the "CREATE TABLE"
command's documentation.  Now the link directly points to the fillfactor
storage parameter documentation (which is about half way into the
"CREATE TABLE" sect1).

Oversight in commit 115464bb.

Backpatch: 12-, the first version with a usable reloption link.

doc/src/sgml/storage.sgml

index 5146e5ddbb795dd83107f2ec2a5d80ac7ce9e213..207d9c9db817d245542b98684a5a6fbe6c039daa 100644 (file)
@@ -1131,7 +1131,7 @@ data. Empty in ordinary tables.</entry>
   if columns used by indexes are not updated.  You can
   increase the likelihood of sufficient page space for
   <acronym>HOT</acronym> updates by decreasing a table's <link
-  linkend="sql-createtable"><literal>fillfactor</literal></link>.
+  linkend="reloption-fillfactor"><literal>fillfactor</literal></link>.
   If you don't, <acronym>HOT</acronym> updates will still happen because
   new rows will naturally migrate to new pages and existing pages with
   sufficient free space for new row versions.  The system view <link