Re: Explain with schema - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Explain with schema
Date
Msg-id 23735.1296070767@sss.pgh.pa.us
Whole thread Raw
In response to Explain with schema  (Cristiano Duarte <cunha17@gmail.com>)
List pgsql-hackers
Cristiano Duarte <cunha17@gmail.com> writes:
> I was thinking about an old 2007 topic, where schema 
> qualification was proposed on the EXPLAIN output 
> (http://archives.postgresql.org/pgsql-
> hackers/2007-06/msg00473.php). 

> Besides my need for this "feature" for my own PgFoundry 
> project (that need to parse the explain output), at that time, 
> it seemed that a XML output maybe fit this requirement.

> For some time, postgresql has XML output. So, is it possible 
> to place, at least on the XML output, the schema name of the 
> objects involved?

See EXPLAIN (VERBOSE, FORMAT XML) ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Extensions support for pg_dump, patch v27
Next
From: "Kevin Grittner"
Date:
Subject: Re: SSI patch version 14