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