diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index d8fafdeabc..742382af74 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -138,6 +138,28 @@ gmake installcheck-parallel default port number, unless directed otherwise by PGHOST and PGPORT environment variables. + + + The source distribution also contains regression tests for the optional + procedural languages and for some of the contrib modules. + At present, these tests can be used only against an already-installed + server. To run the tests for all procedural languages that have been + built and installed, change to the src/pl directory of the + build tree and type + +gmake installcheck + + You can also do this in any of the subdirectories of src/pl + to run tests for just one procedural language. To run the tests for all + contrib modules that have them, change to the + contrib directory of the build tree and type + +gmake installcheck + + The contrib modules must have been built and installed first. + You can also do this in a subdirectory of contrib to run + the tests for just one module. +