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-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

Uniquness of ctid

2023-07-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/ddl-system-columns.html Description: Hi, Looking at the explanation abour ctid, it is "The physical location of the row version within its table. " From that line, I think ctid is unique i

Re: Uniquness of ctid

2023-07-19 Thread David G. Johnston
On Wed, Jul 19, 2023 at 2:31 PM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/ddl-system-columns.html > Description: > > Hi, > Looking at the explanation abour ctid, it is "The physical location of th