Re: Planner debug views - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Planner debug views
Date
Msg-id CAJjS0u3Nez-Q_wSGhyMCLmqwDt6v0-Nze9B8HSGkaDZKNQKVrw@mail.gmail.com
Whole thread Raw
In response to Re: Planner debug views  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: Planner debug views
List pgsql-hackers
On Thu, Jul 30, 2015 at 2:42 PM, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
>
> I think a better option would be shoving it into a backend tuplestore and
> just leaving it there (maybe with a command to clear it for the paranoid).
> That gives a relation you can query against, insert into another table, etc.
> --

This is something I don't know how to do it: in my understanding, a
tuplestore is an internal store, which means it has no name exposed.
Thus we can't reference it later.

Regards,
Qingqing



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PROPOSAL] VACUUM Progress Checker.
Next
From: Robert Haas
Date:
Subject: Re: 64-bit XIDs again