From: Peter Eisentraut Date: Wed, 9 May 2012 17:37:09 +0000 (+0300) Subject: Update documentation to say that gmake check in contrib is supported X-Git-Tag: REL9_2_BETA1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f696030ab1bbe950765d2687adb1d18a1358e15;p=postgresql Update documentation to say that gmake check in contrib is supported --- diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 97031dddaa..07190c5eff 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: +gmake check + + before installation or + gmake installcheck - once you have a PostgreSQL server running. (Note that - 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 PostgreSQL server running.