Is it possible to store the output of EXPLAIN into a table - Mailing list pgsql-general

Hi,

I was just wondering if it is possible to store the output of EXPLAIN into a table.

create temp table mytab as (select * from (explain select * from table1 where attr = 5) t);


Unfortunately, the query above does not work.


Thanks,

-Souvik

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: cache lookup failed for function 1 on fmgr_info_cxt_security,fmgr.c:184
Next
From: Scot Kreienkamp
Date:
Subject: RE: Streaming Replication