Extend EXPLAIN to support output in XML or JSON format.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9bd27b7c9e998087f390774bd0f43916813a2847
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-08-10T05:46:50Z
Releases: 9.0.0
Extend EXPLAIN to support output in XML or JSON format.

There are probably still some adjustments to be made in the details
of the output, but this gets the basic structure in place.

Robert Haas

Files