Re: [GENERAL] postgresql on gentoo

2005-03-09 Thread Sim Zacks
It took me a while, but I finally figured out that the citext module did not require a recompile, it just required all the compile information, specifically the config.status file, which wasn't there. After I extracted the sources and ran ./configure for postgresql, the contrib module compiled ver

Re: [GENERAL] postgresql on gentoo

2005-03-09 Thread Matt Kynaston
Sim Zacks wrote: I just installed postgresql on a new gentoo server using emerge and I would like to add the citext module for a case insensitive text type. Emerge does not have a citext option in postgresql or package. No, because it's not part of the postgres tarball. But the Gentoo ebuilds _do_

Re: [GENERAL] postgresql on gentoo

2005-03-09 Thread Guy Rouillier
Sim Zacks wrote: > I just installed postgresql on a new gentoo server using emerge and I > would like to add the citext module for a case insensitive text type. > Emerge does not have a citext option in postgresql or package. Does > anyone know how to get the citext into postgresql on gentoo and wi