Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit375407f

Browse files
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 fillfactorstorage parameter documentation (which is about half way into the"CREATE TABLE" sect1).Oversight in commit115464b.Backpatch: 12-, the first version with a usable reloption link.
1 parentc39f2f6 commit375407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/storage.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ data. Empty in ordinary tables.</entry>
11361136
if columns used by indexes are not updated. You can
11371137
increase the likelihood of sufficient page space for
11381138
<acronym>HOT</acronym> updates by decreasing a table's <link
1139-
linkend="sql-createtable"><literal>fillfactor</literal></link>.
1139+
linkend="reloption-fillfactor"><literal>fillfactor</literal></link>.
11401140
If you don't, <acronym>HOT</acronym> updates will still happen because
11411141
new rows will naturally migrate to new pages and existing pages with
11421142
sufficient free space for new row versions. The system view <link

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp