-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
how toExplain how to do somethingExplain how to do something
Description
To be able to retrieve which search_path gave which query (when same objects names are used across many schemas), it is possible to get a pgssp entry per schema by:
track_planid = true;
and
explain used with (verbose on)
note : pg12 explain (SETTINGS on) that adds search_path in explain output should even work better.
Metadata
Metadata
Assignees
Labels
how toExplain how to do somethingExplain how to do something