contrib
Hi,
I have installed postgresql 8.2 on redhat enterprise release WS 4. I
need to use the cube operator which I guess resides in the contrib
modules. Please may I know the link to install the appropricate contrib
module for my linux machine.
Thanks
Abhang
usually contrib is installed along with postgresql.
Look for
/usr/lib/pgsql/contrib or /usr/lib/postgresql/contrib
and maybe it resides in
/usr/share/pgsql/contrib
or just type
locate contrib
Uwe
On Thursday 17 May 2007, ABHANG RANE wrote:
Hi,
I have installed postgresql 8.2 on redhat enterprise release WS 4. I
need to use the cube operator which I guess resides in the contrib
modules. Please may I know the link to install the appropricate contrib
module for my linux machine.Thanks
Abhang---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
--
Open Source Solutions 4U, LLC 1618 Kelly St
Phone: +1 707 568 3056 Santa Rosa, CA 95401
Cell: +1 650 302 2405 United States
Fax: +1 707 568 6416
I have installed postgresql 8.2 on redhat enterprise release WS 4. I
need to use the cube operator which I guess resides in the contrib
modules. Please may I know the link to install the appropricate contrib
module for my linux machine.
1) If you have an automatic updater like yum configured, you can probably
simply do
# yum install postgresql-contrib
otherwise
2) Grab the appropriate postgresql-contrib RPM.
For RHEL 4, PostgreSQL 8.2, I suggest the following:
http://www.postgresql.org -> Downloads -> binary -> linux -> rpms -> redhat
-> rhel-es-4 -> postgresql-contrib-8.2.4-1PGDG.i686.rpm
Good luck,
Stuart