Re: making EXPLAIN extensible - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: making EXPLAIN extensible
Date
Msg-id CAA5RZ0vPvERsw1SJPohLm-sunLqndwEoP4VMD4NeZ1D0VVNB3w@mail.gmail.com
Whole thread Raw
In response to Re: making EXPLAIN extensible  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: making EXPLAIN extensible
Re: making EXPLAIN extensible
List pgsql-hackers
> I think this is a seriously bad idea.  The first line is already
> overloaded; we don't need several different extensions adding more
> stuff to it.

Fair enough.

> Plus, this doesn't consider what to do in non-text
> output formats.

the hook will be a no-op for non-text formats, which is not
desirable behavior. I get that also.

I have no strong feelings for this, but wanted to see what
others think.

thanks!

--
Sami Imseih



pgsql-hackers by date:

Previous
From: Marcos Pegoraro
Date:
Subject: Missing constraint when duplicated unique index ?
Next
From: Melanie Plageman
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring