Lists: | pgsql-ports |
---|
From: | CSN <cool_screen_name90001(at)yahoo(dot)com> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | No reindex in Yum packages? |
Date: | 2006-04-10 19:08:21 |
Message-ID: | 20060410190821.22038.qmail@web52912.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
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
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | CSN <cool_screen_name90001(at)yahoo(dot)com> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: No reindex in Yum packages? |
Date: | 2006-04-10 23:16:08 |
Message-ID: | 1581.1144710968@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 꽁 머니SQL |
CSN <cool_screen_name90001(at)yahoo(dot)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