Re: With Recursive / Recursive View question - Mailing list pgsql-general

From Christophe Pettus
Subject Re: With Recursive / Recursive View question
Date
Msg-id F8BFE453-C7AC-4F74-B159-7958F540D0AE@thebuild.com
Whole thread Raw
In response to With Recursive / Recursive View question  (Perry Smith <pedz@easesoftware.com>)
Responses Re: ***SPAM*** Re: With Recursive / Recursive View question
Re: ***SPAM*** Re: With Recursive / Recursive View question
List pgsql-general

> On Aug 20, 2022, at 15:42, Perry Smith <pedz@easesoftware.com> wrote:
>
> To rephrase, is it possible to write a view that would work from the child terms out towards the ancestors?

Assuming that the concern is that you want to parameterize this predicate:

        WHERE basename = '10732.emlx'

... you might consider an SQL function taking basename as a parameter.


pgsql-general by date:

Previous
From: Perry Smith
Date:
Subject: With Recursive / Recursive View question
Next
From: Perry Smith
Date:
Subject: Re: ***SPAM*** Re: With Recursive / Recursive View question