Re: Tomas Vondra 2018-11-28 <[email protected]> > Wouldn't it be sufficient / better to just store the search_path used > when executing the query? That should be enough to resolve the object > names correctly, and the overhead would be much lower (both in terms > extra space and CPU overhead).
That would also work better for sub-queries from functions, if you wanted to re-run the query in question. It's closer to reality. Christoph
