aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-05-09 20:37:09 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-05-09 20:37:09 +0300
commit4f696030ab1bbe950765d2687adb1d18a1358e15 (patch)
tree72aad54d2bea12111af6dd07f30d7a1941b83407
parent8f28789bffd03e6d865039aff00c68db54d9f574 (diff)
downloadpostgresql-4f696030ab1bbe950765d2687adb1d18a1358e15.tar.gz
postgresql-4f696030ab1bbe950765d2687adb1d18a1358e15.zip
Update documentation to say that gmake check in contrib is supported
-rw-r--r--doc/src/sgml/contrib.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
index 97031dddaad..07190c5eff2 100644
--- a/doc/src/sgml/contrib.sgml
+++ b/doc/src/sgml/contrib.sgml
@@ -29,12 +29,13 @@
Many of the modules have regression tests, which can be executed by
running:
<screen>
+<userinput>gmake check</userinput>
+</screen>
+ before installation or
+<screen>
<userinput>gmake installcheck</userinput>
</screen>
- once you have a <productname>PostgreSQL</> server running. (Note that
- <literal>gmake check</> is not supported; you must have an operational
- database server to perform these tests, and you must have built and
- installed the module(s) to be tested.)
+ once you have a <productname>PostgreSQL</> server running.
</para>
<para>