diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index bf4ffb305763..750e3f068c59 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -125,6 +125,18 @@ make installcheck-parallel
+
+ Running Specific Tests
+
+
+ You can run a subset of the regression tests by saying
+ make check-tests TESTS="boolean char" or
+ make installcheck-tests TESTS="boolean char".
+ Note that sometimes tests depend on each other, so you might get
+ extra failures.
+
+
+
Additional Test Suites