| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | jhebert(at)micron(dot)com |
| Subject: | Documentation Suggestion |
| Date: | 2022-04-28 19:11:18 |
| Message-ID: | 165117307860.683.10308862820133754390@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/app-initdb.html
Description:
Reference: https://www.postgresql.org/docs/11/app-initdb.html
When installing recently I found the "-A " option of the initdb command only
accepts lowercase argument. For example "-A LDAP" is not valid and must be
"-A ldap" otherwise the following error is returned:
initdb: invalid authentication method "LDAP" for "local" connections
It may be worth adding a note to the above documentation that states all
option values must be specified in lowercase.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2022-04-28 20:15:34 | Re: Documentation Suggestion |
| Previous Message | Tom Lane | 2022-04-27 16:50:30 | Re: Mixed field in table 70.3 |