Tom Lane wrote:
As already noted, it'd usually be clutter in lines that are too long
already.  Also, conditionally adding a schema name isn't very good
because it makes life even more complicated for programs that are
parsing EXPLAIN output (yes, there are some).

Well, yes - that's precisely what pgAdmin does, which is why I'd want to see the schema name all the time. Up until now though all we've done is graphically represent the plan, so the object names haven't really been an issue. To take that further and allow the user to drill down to further information, or to provide tools to help tune queries we need to know for certain what table we're dealing with.

Regards, Dave


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to