Re: Explain with schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cunha17(at)gmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Explain with schema
Date: 2011-01-26 19:39:27
Message-ID: 23735.1296070767@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Cristiano Duarte <cunha17(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-01-26 19:42:23 Re: SSI patch version 14
Previous Message Tom Lane 2011-01-26 19:35:26 Re: Extensions support for pg_dump, patch v27