Re: Handling of quantity in recursive query example - Mailing list pgsql-docs

From Tom Lane
Subject Re: Handling of quantity in recursive query example
Date
Msg-id 2668913.1661697949@sss.pgh.pa.us
Whole thread Raw
In response to Re: Handling of quantity in recursive query example  (Simon Riggs <simon.riggs@enterprisedb.com>)
List pgsql-docs
Simon Riggs <simon.riggs@enterprisedb.com> writes:
> On Sat, 27 Aug 2022 at 18:04, PG Doc comments form
> <noreply@postgresql.org> wrote:
>> As currently written, if a car has four wheels, and each wheel has five
>> bolts, the whole example returns five bolts for the parts of a car. With the
>> proposed change, it will return 20 bolts.

> I agree, based on the attached test.
> ...
> Doc patch attached.

Pushed, thanks.

            regards, tom lane



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: INSERT RETURNING
Next
From: Alvaro Herrera
Date:
Subject: Re: Section 40.1 Overview of Event Trigger Behavior, and Table 40.1 missing needed details