Re: initdb start server recommendation

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: initdb start server recommendation
Date: 2015-05-11 16:16:32
Message-ID: 20150511161632.GB8123@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 1, 2015 at 10:14:13AM -0400, Bruce Momjian wrote:
> Currently initdb outputs suggested text on starting the server:
>
> Success. You can now start the database server using:
>
> /u/pgsql/bin/postgres -D /u/pgsql/data
> or
> /u/pgsql/bin/pg_ctl -D /u/pgsql/data -l logfile start
>
> I am now thinking pg_ctl should be recommended first. At the time this
> text was written pg_ctl was new.

I have applied a patch to initdb to only recommend the pg_ctl method.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-05-11 16:47:59 Re: [BUGS] BUG #13148: Unexpected deferred EXCLUDE constraint violation on derived table
Previous Message Heikki Linnakangas 2015-05-11 16:00:13 Re: Streaming replication and WAL archive interactions