diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 769b721037f..8838fe7f022 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -284,6 +284,39 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
+
+ libpq_encryption
+
+
+ Runs the test src/interfaces/libpq/t/005_negotiate_encryption.pl.
+ This opens TCP/IP listen sockets. If PG_TEST_EXTRA
+ also includes kerberos, additional tests that require
+ an MIT Kerberos installation are enabled.
+
+
+
+
+
+ load_balance
+
+
+ Runs the test src/interfaces/libpq/t/004_load_balance_dns.pl.
+ This requires editing the system hosts file and
+ opens TCP/IP listen sockets.
+
+
+
+
+
+ oauth
+
+
+ Runs the test suite under src/test/modules/oauth_validator.
+ This opens TCP/IP listen sockets for a test server running HTTPS.
+
+
+
+
regress_dump_restore
@@ -317,29 +350,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
-
- load_balance
-
-
- Runs the test src/interfaces/libpq/t/004_load_balance_dns.pl.
- This requires editing the system hosts file and
- opens TCP/IP listen sockets.
-
-
-
-
-
- libpq_encryption
-
-
- Runs the test src/interfaces/libpq/t/005_negotiate_encryption.pl.
- This opens TCP/IP listen sockets. If PG_TEST_EXTRA
- also includes kerberos, additional tests that require
- an MIT Kerberos installation are enabled.
-
-
-
-
wal_consistency_checking
@@ -360,16 +370,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
-
-
- oauth
-
-
- Runs the test suite under src/test/modules/oauth_validator.
- This opens TCP/IP listen sockets for a test server running HTTPS.
-
-
-
Tests for features that are not supported by the current build