Skip to content

store search_path for current entry #6

@legrandlegrand

Description

@legrandlegrand

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

Labels

how toExplain how to do something

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions