Re: Check query

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "y(dot)saburov(at)gmail(dot)com" <y(dot)saburov(at)gmail(dot)com>, "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: Check query
Date: 2026-06-27 15:51:09
Message-ID: CAKFQuwZyUsC4jKQ+o3ugVXx4_DgYBKUfX9YZM_1REF7oSqDGkw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Friday, June 26, 2026, PG Doc comments form <noreply(at)postgresql(dot)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.

David J.

In response to

  • Check query at 2026-06-26 14:37:56 from PG Doc comments form

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2026-06-29 05:49:11 glossary Data page
Previous Message PG Doc comments form 2026-06-26 14:37:56 Check query