Re: Getting all the plans.

2025-03-22 Thread Tom Lane
Senthilnathan M writes: > I came across this extension which shows all the plans considered by the > optimizer: https://github.com/misachi/pg_all_plans > Is there a way we can get this information directly instead of using an > extension? If not, does it make sense to add native support? Th

Getting all the plans.

2025-03-22 Thread Senthilnathan M
Hi all, I came across this extension which shows all the plans considered by the optimizer: https://github.com/misachi/pg_all_plans Is there a way we can get this information directly instead of using an extension? If not, does it make sense to add native support? Please feel free to redir