Re: Check query - Mailing list pgsql-docs

From Fujii Masao
Subject Re: Check query
Date
Msg-id CAHGQGwG5_1Vn7TqreKfrWB8Yx01AqyxJxPoG1HvWMGAK0etZQw@mail.gmail.com
Whole thread
In response to Re: Check query  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
On Sun, Jun 28, 2026 at 12:51 AM David G. Johnston
<david.g.johnston@gmail.com> wrote:
>
> On Friday, June 26, 2026, PG Doc comments form <noreply@postgresql.org> wrote:
>>
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/18/rules-views.html
>> Description:
>>
>> ...
>> WHERE shoe_ready.total_avail > 2;  ??? (maybe WHERE shoe_ready.total_avail
>> >= 2;)
>
>
> Yes, the lack of an equal sign there is a typo.

Yes. Very old commit dcb00495236 seems to have accidentally changed
the condition to > 2 while rewriting the example to use SQL operator
notation.

The attached patch changes it from > 2 to >= 2.
Barring any objections, I'll backpatch it to all supported branches.

Regards,

--
Fujii Masao

Attachment

pgsql-docs by date:

Previous
From: surya poondla
Date:
Subject: Re: doc: Clarify ANALYZE VERBOSE output
Next
From: Daniel Gustafsson
Date:
Subject: Re: createfunction reference createprocedure