Alvaro Herrera <alvhe...@commandprompt.com> writes:
> Excerpts from Andrew Dunstan's message of lun feb 21 13:11:25 -0300 2011:
>> If we allow the invention of new explain states we'll never be able to 
>> publish an authoritative schema definition of the data. That's not 
>> necessarily an argument against doing it, just something to be aware of. 
>> Maybe we don't care about having EXPLAIN XML output validated.

> The alternative seems to be to let this information proliferate in free
> form (say as text inside some other node), which may be even less convenient.

Yeah; that's exactly what the patch-as-submitted did, and that way was
surely not better from the standpoint of machine parsing the output.
If you really want to lock down the output format to only what is
specified by the core code, then the answer is to forget about giving
FDWs an explain hook at all.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to