From 4f696030ab1bbe950765d2687adb1d18a1358e15 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 9 May 2012 20:37:09 +0300 Subject: [PATCH] Update documentation to say that gmake check in contrib is supported --- doc/src/sgml/contrib.sgml | 9 +++++---- 1 file 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: +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.