Re: [patch] pg_ctl init extension

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [patch] pg_ctl init extension
Дата
Msg-id 1258188107.14314.5.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на [patch] pg_ctl init extension  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Ответы Re: [patch] pg_ctl init extension
Список pgsql-hackers
On tor, 2009-09-17 at 21:43 +0200, Zdenek Kotala wrote:
> Attached patch extends pg_ctl command with init option. 
> 
> pg_ctl -D /var/lib/postgres [-s] init
> 
> This should replace usage of initdb command which has problematic name
> as we already discussed several times. Initdb binary will be still
> there, but it can be renamed and move into execlib dir in the future.
> 
> Patch does not contains documentation changes. They will depends on
> decision which database initialization method will be preferred.

OK, let's see.  The patch is pretty straightforward, but does anyone
else actually want this?  Comments?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: cvs head doesn't pass make check on one of the machines here
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Patch committers