Re: [GENERAL] 10beta1 role

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: [GENERAL] 10beta1 role
Дата
Msg-id CAMkU=1zRf_WPATErPuQGhX-bQf-Jw8v=kzc3k2f8LxpCTGA8Yg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] 10beta1 role  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: [GENERAL] 10beta1 role
Список 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 по дате отправления:

Предыдущее
От: Ray Stell
Дата:
Сообщение: Re: [GENERAL] 10beta1 role
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] 10beta1 role