From: | Dawid Kuroczko <qnex42(at)gmail(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Constraint Exclusion on all tables |
Date: | 2005-07-20 10:52:28 |
Message-ID: | 758d5e7f05072003522a3b1f08@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 7/20/05, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> > Since it's also possible to do partitioning with UNION ALL, maybe it
> > would be better if there was an option to explain that told it either to
> > show or not show info about eliminated partitions. That would seem to
> > serve the general case better than coding it according to table type.
> Can you think up the syntax, so we can comment on that proposal?
hmm, maybe something like:
EXPLAIN [ ANALYZE ] [ VERBOSE ] [ WITH EXCLUDED ]
Where WITH EXCLUDED would mean to show tables eliminated?
Also, it would be a good time to suggest some way for making
EXPLAIN script-friendly. Like return data as a computer program
convenient table?
Regards,
Dawid
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Trout | 2005-07-20 12:58:59 | Re: [HACKERS] Problems compiling Postgresql 8.0.3 on 10.4 |
Previous Message | Dave Cramer | 2005-07-20 09:58:10 | Re: [HACKERS] Problems compiling Postgresql 8.0.3 on 10.4 |