From 50060a252907cabbff8828b16e69279bb025fbf8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 18 Jun 2014 11:52:01 +0200 Subject: [PATCH] Add note about the need to be postgresql superuser when running tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83d8637..4e710f9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ NOTE: if ``test_ddl_triggers`` fails it's likely due to an incomplete installation of schema_triggers: you need to add ``schema_triggers.so`` to the ``shared_preload_libraries`` setting in postgresql.conf ! +NOTE: you need to run the installcheck as a superuser, use PGUSER + env variable if needed, like: PGUSER=postgres make installcheck + Enable database ---------------