Doc: Fix link to fillfactor reloption.

Peter Geoghegan <pg@bowt.ie>

Commit: 375407f4940ba0922513666f00852c54943eb1a0
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2023-05-10T17:49:50Z
Releases: 16.0
Doc: Fix link to fillfactor reloption.

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.

Files

PathChange+/−
doc/src/sgml/storage.sgml modified +1 −1

Documentation touched