Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store search_path for current entry #6

Open
legrandlegrand opened this issue Dec 17, 2018 · 0 comments
Open

store search_path for current entry #6

legrandlegrand opened this issue Dec 17, 2018 · 0 comments
Assignees
Labels
how to Explain how to do something

Comments

@legrandlegrand
Copy link
Owner

legrandlegrand commented Dec 17, 2018

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.

@legrandlegrand legrandlegrand self-assigned this Dec 17, 2018
@legrandlegrand legrandlegrand added the enhancement New feature or request label Dec 17, 2018
@legrandlegrand legrandlegrand added how to Explain how to do something and removed enhancement New feature or request labels Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how to Explain how to do something
Projects
None yet
Development

No branches or pull requests

1 participant