Re: Check query

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "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-07-07 15:00:46
Message-ID: 7413F6ED-B234-4C0A-93A5-50CD4372325E@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 7 Jul 2026, at 02:52, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:

> 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.

LGTM. I reviewed the referenced commit to see if there were other similar
mistakes but found none.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2026-07-08 00:08:43 Re: Check query
Previous Message Daniel Gustafsson 2026-07-07 14:02:33 Re: createfunction reference createprocedure