pgsql: Doc: Fix link to fillfactor reloption.

Started by Peter Geogheganabout 3 years ago1 messagescomitters
Jump to latest

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.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/95f2827c80acc06fecf4b47e46d95a038e0c8664

Modified Files
--------------
doc/src/sgml/storage.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)