diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 783bf7a12b..b81aab239f 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4560,23 +4560,6 @@ ANY num_sync (
- hashagg_avoid_disk_plan (boolean)
-
- hashagg_avoid_disk_plan configuration parameter
-
-
-
-
- If set to on, causes the planner to avoid choosing
- hashed aggregation plans that are expected to use the disk. If hashed
- aggregation is chosen, it may still require the use of disk at
- execution time, even if this parameter is enabled. The default is
- off.
-
-
-
-
enable_hashjoin (boolean)
@@ -4823,6 +4806,23 @@ ANY num_sync (
+ hashagg_avoid_disk_plan (boolean)
+
+ hashagg_avoid_disk_plan configuration parameter
+
+
+
+
+ If set to on, causes the planner to avoid choosing
+ hashed aggregation plans that are expected to use the disk. If hashed
+ aggregation is chosen, it may still require the use of disk at
+ execution time, even if this parameter is enabled. The default is
+ off.
+
+
+
+