Re: initdb start server recommendation

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb start server recommendation
Date: 2015-05-01 14:40:08
Message-ID: CA+TgmoYV8+qqGYTM=wvCvYbLYR780ETTzuJUFTZ3pVj6Eukf+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 1, 2015 at 10:14 AM, Bruce Momjian <bruce(at)momjian(dot)us> 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.

Sure, works for me.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2015-05-01 14:41:58 Re: initdb -S and tablespaces
Previous Message Robert Haas 2015-05-01 14:39:35 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0