On Sun, Jun 28, 2026 at 12:51 AM David G. Johnston <[email protected]> wrote: > > On Friday, June 26, 2026, PG Doc comments form <[email protected]> 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
v1-0001-doc-Fix-typo-in-rule-system-view-example.patch
Description: Binary data
