Re: Patch for 9.1: initdb -C option

Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>

From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: David Christensen <david@endpoint.com>
Cc: PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>
Date: 2010-03-29T05:37:59Z
Lists: 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