From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: Fix link to fillfactor reloption. |
Date: | 2023-05-10 17:50:21 |
Message-ID: | E1pwnxF-001TS4-5z@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/7deeb02f6d717b5b6aa0a6eb885a477767a8beaa
Modified Files
--------------
doc/src/sgml/storage.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2023-05-11 17:45:16 | pgsql: Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN. |
Previous Message | Alvaro Herrera | 2023-05-10 16:27:02 | pgsql: Fix publication syntax error message |