Re: [PORTS] No reindex in Yum packages?
Tom Lane <[email protected]> Mon, 10 Apr 2006 19:16:08 -0400
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
CSN <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster