Re: Formatting of warning about using ident

2019-07-24 Thread Daniel Gustafsson
> On 22 Jul 2019, at 14:23, Peter Eisentraut > wrote: > Being a quote and being a warning are two orthogonal properties. So in > that sense, wrapping the quote in a warning element is more correct. > But the problem is now that a warning box is meant to be formatted out > of line, so writing so

Re: Formatting of warning about using ident

2019-07-22 Thread Jonathan S. Katz
On 7/22/19 10:09 AM, Tom Lane wrote: > Peter Eisentraut writes: >> In general, I would argue in favor of fewer "note", "warning", etc. >> Some documentation pages are now just a sequence of "note"s and little >> proper text. If the normal text properly explains a topic and its pros >> and cons, t

Re: Formatting of warning about using ident

2019-07-22 Thread Tom Lane
Peter Eisentraut writes: > In general, I would argue in favor of fewer "note", "warning", etc. > Some documentation pages are now just a sequence of "note"s and little > proper text. If the normal text properly explains a topic and its pros > and cons, then we don't need all that extra decoration

Re: Formatting of warning about using ident

2019-07-22 Thread Peter Eisentraut
On 2019-07-01 13:48, Daniel Gustafsson wrote: >> On 26 Jun 2019, at 15:09, Peter Eisentraut >> wrote: >> >> On 2019-06-14 10:47, Daniel Gustafsson wrote: >>> The warning about using ident for authorization or access control is using a >>> with an rather than a , making it look >>> quite differe

Re: Formatting of warning about using ident

2019-07-01 Thread Daniel Gustafsson
> On 26 Jun 2019, at 15:09, Peter Eisentraut > wrote: > > On 2019-06-14 10:47, Daniel Gustafsson wrote: >> The warning about using ident for authorization or access control is using a >> with an rather than a , making it look >> quite different from the rest of the manual, and less like a warn

Re: Formatting of warning about using ident

2019-06-26 Thread Peter Eisentraut
On 2019-06-14 10:47, Daniel Gustafsson wrote: > The warning about using ident for authorization or access control is using a > with an rather than a , making it look > quite different from the rest of the manual, and less like a warning IMO. But this is a quote from the RFC. If you want to chan

Formatting of warning about using ident

2019-06-14 Thread Daniel Gustafsson
The warning about using ident for authorization or access control is using a with an rather than a , making it look quite different from the rest of the manual, and less like a warning IMO. https://www.postgresql.org/docs/devel/auth-ident.html The attached turns it into a and removes t