Gregory Stark <[EMAIL PROTECTED]> writes: > The main data from the statistics that's of interest here are the extreme > values of the histogram. If we're not interested in any values in that range > then we can exclude the partition entirely.
Except that there is *no* guarantee that the histogram includes the extreme values --- to promise that would require ANALYZE to scan every table row. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster