Getting all the plans.

From: Senthilnathan M <senthilnathan(dot)maadasamy(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Getting all the plans.
Date: 2025-03-22 15:31:57
Message-ID: CAL0OAhf8iWLSpY6sNzcyKrH5ZPyNe-e4bouKbH5xmmMES2MDww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 redirect me if this is not the right mailing list for
this topic.

Thanks,
Senthil

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2025-03-22 16:16:41 Re: Getting all the plans.
Previous Message Tom Lane 2025-03-22 15:12:39 Re: query_id: jumble names of temp tables for better pg_stat_statement UX