Re: Overriding configuration

From: Joseph Ferguson <joe(at)infosiftr(dot)com>
To: Postgres-Docker Mailing List <pgsql-pkg-docker(at)postgresql(dot)org>
Subject: Re: Overriding configuration
Date: 2014-08-04 22:34:05
Message-ID: CAF3-kPHhwo_ufVJv=b279ibsgAMECH8yW5UDS6=r_4Tj8HU0oQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-docker

On Mon, Aug 4, 2014 at 4:23 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> On 08/04/2014 03:08 PM, Magnus Persson wrote:
>> What is the intended method to use when overriding the default options?
>> For example if I would like to set log_connections=yes?
>
> Are you talking about the existing container, or our planned future
> container?
>
> For future containers, I *beleive* the plan is to include adminpack so
> that you can change those things on the fly, whether or not you use a
> volume.

The current container can have adminpack easily installed with `CREATE
EXTENSION adminpack;` via psql as long as you don't use the 8.4 image.

- Joe Ferguson :: joe(at)infosiftr(dot)com
InfoSiftr :: Vice President of Programming

In response to

Browse pgsql-pkg-docker by date

  From Date Subject
Next Message sprin 2014-09-03 04:29:49 Introduction
Previous Message Josh Berkus 2014-08-04 22:33:39 Re: Overriding configuration