Re: initdb start server recommendation

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: initdb start server recommendation
Date: 2015-05-01 15:09:13
Message-ID: 55439719.9070804@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 05/01/2015 10:14 AM, 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.
>

Frankly, I would just output the pg_ctl line. Anyone who actually needs
this message should probably be using pg_ctl anyway.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-05-01 15:11:29 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Previous Message Euler Taveira 2015-05-01 14:55:03 Re: initdb start server recommendation