"Tom Lane" <[EMAIL PROTECTED]> writes:

> Gregory Stark <[EMAIL PROTECTED]> writes:
>> "Tom Lane" <[EMAIL PROTECTED]> writes:
>>> When complaining I hadn't read the pghackers thread in which you
>>> suggested this, and now that I'm caught up on email I remain
>>> unconvinced.  What do you need convert_to_scalar for in order to display
>>> the pg_statistic histogram?  You've already got the underlying data.
>
>> Then the charting tool would have to duplicate all the same code that
>> convert_to_scalar has to figure out what to do with the data.
>
> How so?  The entries in the histogram are equidistant by definition.

Huh? They have equal number of values between them, they're not equidistant in
the scalar space. So the area of each bar should be the same but the width
would be proportional to the width of the bucket and the height inversely
proportional.

-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to