Re: How do a user-defined function that returns a table executes a query? - Mailing list pgsql-general

From David G. Johnston
Subject Re: How do a user-defined function that returns a table executes a query?
Date
Msg-id CAKFQuwa3gEHGnvAoUsNcEHZtoEwR8=Ak5OKAGrMzP590p01U6g@mail.gmail.com
Whole thread Raw
In response to How do a user-defined function that returns a table executes a query?  (Katsuya Okizaki <miotsukushi0800@gmail.com>)
Responses Re: How do a user-defined function that returns a table executes a query?  (Katsuya Okizaki <miotsukushi0800@gmail.com>)
List pgsql-general
On Tue, Feb 7, 2023 at 4:49 PM Katsuya Okizaki <miotsukushi0800@gmail.com> wrote:
In a normal SQL, we can use the EXPLAIN command to view the execution plan. However, in this case, I am not sure how a user-defined function work.

If anyone has faced a similar situation and found a way to view the execution plan, I would greatly appreciate your insights and suggestions.



David J.

pgsql-general by date:

Previous
From: Katsuya Okizaki
Date:
Subject: How do a user-defined function that returns a table executes a query?
Next
From: Brad White
Date:
Subject: Re: A Small psql Suggestion