Re: IN for records

2023-07-19 Thread Tom Lane
Ilya Nenashev writes: > I totally agree. > Who and when will put these changes into the documentation pages? Done at https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=15c68cd84a2c80eed9b67ed6746ed5b91baea587 regards, tom lane

Re: IN for records

2023-07-19 Thread Ilya Nenashev
Hi! Thanks. I totally agree. Who and when will put these changes into the documentation pages? What can I do to make these changes faster? On Tue, Jul 18, 2023 at 9:14 PM Tom Lane wrote: > PG Doc comments form writes: > > In section #FUNCTIONS-COMPARISONS-IN-SCALAR operator IN is described as a

Re: IN for records

2023-07-18 Thread Tom Lane
PG Doc comments form writes: > In section #FUNCTIONS-COMPARISONS-IN-SCALAR operator IN is described as a > expression for scalars, and as a shorthand notation for a combination of > operators || and = > In section #COMPOSITE-TYPE-COMPARISON described extension, to use operators > with a records,

IN for records

2023-07-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/functions-comparisons.html Description: In section #FUNCTIONS-COMPARISONS-IN-SCALAR operator IN is described as a expression for scalars, and as a shorthand notation for a combination of o