From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ray Stell <stellr(at)vt(dot)edu> |
Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: 10beta1 role |
Date: | 2017-06-22 21:27:17 |
Message-ID: | 15772.1498166837@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ray Stell <stellr(at)vt(dot)edu> writes:
> I added -W to the initdb, but the startup has same msg. same. As I
> said, the postmaster starts. I just thought the msgs might not be desired.
In principle, we could add a -U option to pg_ctl to tell it to do test
connections with a userid other than your OS name. Nobody's particularly
felt the need though, since the log message is harmless.
[ pokes at it a bit... ] Actually, you don't need a -U switch,
because setting PGUSER in pg_ctl's environment works.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-06-22 21:32:53 | Re: SPI_execute_plan and vardata |
Previous Message | Adrian Klaver | 2017-06-22 20:51:44 | Re: 10beta1 role |