Re: pgsql: Add pg_audit, an auditing extension - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add pg_audit, an auditing extension
Date
Msg-id 20267.1431615541@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add pg_audit, an auditing extension  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Add pg_audit, an auditing extension  (Stephen Frost <sfrost@snowman.net>)
List pgsql-committers
Stephen Frost <sfrost@snowman.net> writes:
> And... I busted the buildfarm.  Will fix.

 -- Load pg_audit module
  create extension pg_audit;
+ ERROR:  pg_audit must be loaded via shared_preload_libraries

This seems like a rather poorly thought-through error check.
It will break not only the buildfarm but any dump/restore scenario.
You really can't have extensions that refuse to let themselves
be created.

            regards, tom lane


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Fix buildfarm with regard to pg_audit
Next
From: Stephen Frost
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension