Re: Check query

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: "y.saburov@gmail.com" <y.saburov@gmail.com>, "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2026-07-07T00:52:39Z
Lists: pgsql-docs

Attachments

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

Commits

  1. Revision