Re: [GENERAL] 10beta1 role - Mailing list pgsql-general

From Jeff Janes
Subject Re: [GENERAL] 10beta1 role
Date
Msg-id CAMkU=1zRf_WPATErPuQGhX-bQf-Jw8v=kzc3k2f8LxpCTGA8Yg@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] 10beta1 role  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: [GENERAL] 10beta1 role
List pgsql-general
On Thu, Jun 22, 2017 at 1:39 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
On Thu, Jun 22, 2017 at 1:34 PM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 06/22/2017 01:29 PM, Jeff Janes wrote:
On Thu, Jun 22, 2017 at 1:22 PM, Adrian Klaver <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>> wrote:

    On 06/22/2017 01:13 PM, Jeff Janes wrote:



But he is seeing the message when he starts the database, not when he does initdb of it.

Hmm, on my machine:


 
/usr/local/pgsql10/bin/pg_ctl -D pg100/ -l logfile start
waiting for server to start.... done
server started


But look inside "logfile".
 

/usr/local/pgsql10/bin/psql -d postgres -U aklaver -p 5472
psql (10beta1)
Type "help" for help.

postgres=# \du

Right, the database starts.  pg_ctl just can't prove it started, because it doesn't know how to connect to it.



Correction, it can prove it started, because when it connects as the wrong user, it gets an error message which it would only get if the database is up.  But in the process, it leaves a message behind in the server's log file.

Cheers,

Jeff

pgsql-general by date:

Previous
From: Ray Stell
Date:
Subject: Re: [GENERAL] 10beta1 role
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] 10beta1 role