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
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_
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
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 will
this break the next ti