File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.47 2005/07/24 17:07:18 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.48 2005/10/13 23:41:07 tgl Exp $ -->
2
2
3
3
<chapter id="regress">
4
4
<title id="regress-title">Regression Tests</title>
@@ -138,6 +138,28 @@ gmake installcheck-parallel
138
138
default port number, unless directed otherwise by <envar>PGHOST</envar> and
139
139
<envar>PGPORT</envar> environment variables.
140
140
</para>
141
+
142
+ <para>
143
+ The source distribution also contains regression tests for the optional
144
+ procedural languages and for some of the <filename>contrib</> modules.
145
+ At present, these tests can be used only against an already-installed
146
+ server. To run the tests for all procedural languages that have been
147
+ built and installed, change to the <filename>src/pl</> directory of the
148
+ build tree and type
149
+ <screen>
150
+ gmake installcheck
151
+ </screen>
152
+ You can also do this in any of the subdirectories of <filename>src/pl</>
153
+ to run tests for just one procedural language. To run the tests for all
154
+ <filename>contrib</> modules that have them, change to the
155
+ <filename>contrib</> directory of the build tree and type
156
+ <screen>
157
+ gmake installcheck
158
+ </screen>
159
+ The <filename>contrib</> modules must have been built and installed first.
160
+ You can also do this in a subdirectory of <filename>contrib</> to run
161
+ the tests for just one module.
162
+ </para>
141
163
</sect1>
142
164
143
165
<sect1 id="regress-evaluation">
You can’t perform that action at this time.
0 commit comments