Re: Remove obsolete mention of backslashes as escapes

2023-04-12 Thread Kirk Wolak
On Tue, Apr 11, 2023 at 3:54 AM Laurenz Albe wrote: > The documentation in > > https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-DOLLAR-QUOTING > says that > > "While the standard syntax for specifying string constants is usually > convenient, > it can be difficult to

Re: Should 'sum(mvf)' read 'sum(mcv)'...?

2023-04-12 Thread Daniel Gustafsson
> On 12 Apr 2023, at 14:14, Tom Lane wrote: > > Daniel Gustafsson writes: >> I was inclined to spell it out as mcv_frequencies but we use xxx_freqs >> elsewhere on the same page so keeping it consistent seems better. The >> attached >> does this as well as adding mcf/mcv as acronyms as previou

Re: Should 'sum(mvf)' read 'sum(mcv)'...?

2023-04-12 Thread Tom Lane
Daniel Gustafsson writes: > I was inclined to spell it out as mcv_frequencies but we use xxx_freqs > elsewhere on the same page so keeping it consistent seems better. The > attached > does this as well as adding mcf/mcv as acronyms as previously mentioned (since > they are both tagged as ). mcv

Re: Should 'sum(mvf)' read 'sum(mcv)'...?

2023-04-12 Thread Daniel Gustafsson
> On 22 Aug 2022, at 14:58, Tom Lane wrote: > > Julien Rouhaud writes: >> On Sun, Aug 21, 2022 at 11:02:04PM +, PG Doc comments form wrote: >>> It appears the above sentence is referring to the "(1 - sum(mvf))" portion >>> of the formula, however I am not sure what "mvf" is referring to >>>