Обсуждение: No reindex in Yum packages?

Поиск
Список
Период
Сортировка

No reindex in Yum packages?

От
CSN
Дата:
Here's what I have installed, via Yum:

postgresql.i386                          8.0.7-1.FC4.1
         installed
postgresql-contrib.i386                  8.0.7-1.FC4.1
         installed
postgresql-devel.i386                    8.0.7-1.FC4.1
         installed
postgresql-libs.i386                     8.0.7-1.FC4.1
         installed
postgresql-server.i386                   8.0.7-1.FC4.1
         installed


I've done 'rpm -ql' on all of them and don't see
reindex. It's not included? How can I get it?

CSN


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: No reindex in Yum packages?

От
Tom Lane
Дата:
CSN <cool_screen_name90001@yahoo.com> writes:
> I've done 'rpm -ql' on all of them and don't see
> reindex. It's not included? How can I get it?

REINDEX is a SQL command, not a separate program ... are you looking for
reindexdb?  If so, it's probably not in the 8.0 contrib RPM (where it
should have been) because although it existed in the 8.0 contrib source
tree, it had no makefile to install it.

            regards, tom lane