Re: Documentation Suggestion
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: jhebert@micron.com, Pg Docs <pgsql-docs@lists.postgresql.org>
Date: 2022-04-29T09:09:14Z
Lists: pgsql-docs
Attachments
- 0001-case-sensitivity-note-in-initdb.patch (text/x-diff)
On 2022-Apr-28, David G. Johnston wrote: > But we don't go out of our way anywhere else to be so explicit about this > kind of requirement and don't see a point of making this instance an > exception. Maybe we could add a <para> in the Options section before the item list, along the lines of "be mindful that arguments to options --auth, --auth-local, --encoding, --locale (and all --lc-* options) are case-sensitive". (The point here, I suppose, is that LDAP being an acronym is typically spelled uppercase, so our use of lowercase is a bit odd.) Maybe there are other places where this is relevant as well? > The page could use a hyperlink/cross-reference to the pg_hba.conf > documentation. That's easily fixed. How about the attached patch? -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "El destino baraja y nosotros jugamos" (A. Schopenhauer)
Commits
-
Add link to HBA docs in initdb --auth documentation
- 5bcc4d093328 15.0 landed
-
Add link to initdb in pg_hba.conf docs
- dce7072e5106 15.0 landed