Are we missing a dot in initdb's output? - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject Are we missing a dot in initdb's output?
Date
Msg-id ZR0P278MB0920645CA3CA208ED952A327D24B9@ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Are we missing a dot in initdb's output?
List pgsql-hackers
Hi,

this is more a cosmetic concern, but anyway: running initdb gives this output:

...
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
...

Shouldn't there be a "." after "authentication for local connections"? Probably it should be like this:
initdb: warning: Enabling "trust" authentication for local connections.

initdb's output a few lines earlier gives this, which all close with a "dot" and start with upper case:

"The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled."


Regards
Daniel





pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [EXTERNAL] Re: PQcancel does not use tcp_user_timeout, connect_timeout and keepalive settings
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Converting WAL to SQL