Re: Patch for 9.1: initdb -C option - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject Re: Patch for 9.1: initdb -C option
Date
Msg-id 20100329143759.A602.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Patch for 9.1: initdb -C option  (David Christensen <david@endpoint.com>)
List pgsql-hackers
David Christensen <david@endpoint.com> wrote:

> Enclosed is a patch to add a -C option to initdb to allow you to easily
> append configuration directives to the generated postgresql.conf file

Why don't you use just "echo 'options' >> $PGDATA/postgresql.conf" ?
Could you explain where the -C options is better than initdb + echo?

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: Patch for 9.1: initdb -C option
Next
From: Greg Smith
Date:
Subject: Re: Patch for 9.1: initdb -C option