> #rpm -qa|grep postgres
> postgresql-server-7.2.3-5.73
> postgresql-libs-7.2.3-5.73
> postgresql-devel-7.2.3-5.73
> postgresql-7.2.3-5.73
>
> What package am I missing?
It's part of postgresql 7.3. Just get it from the 7.3 contrib dir - it
works fine with 7.2
Note that this index growth problem has been basically solved as of
postgresql 7.4 - so that is your other option.
Chris