Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread Raymond C. Rodgers
John DeSoi wrote: On Nov 16, 2009, at 2:12 PM, Raymond Rodgers wrote: a2hosting.com shows "unlimited" plans which include Postgres 8.4 (tsearch already included) for about $5/month. If you really need an older version, they might be willing to add your account to an older shared server. I know

Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread John DeSoi
On Nov 16, 2009, at 2:12 PM, Raymond Rodgers wrote: > Aside from this issue, they're the best I've found for the least amount of > money in terms of bandwidth, disk space, and PostgreSQL support. I'd happily > continue to use my current, more expensive, hosting provider if they weren't > phasi

Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread Tom Lane
John R Pierce writes: > can't you install the contrib module as a regular database user into the > database you own? No, it would take superuser privs which he hasn't got. More, even with superuser privs it would need the tsearch2.so library to be present on disk, which it likely isn't if they

Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread John R Pierce
Raymond Rodgers wrote: I just signed up for web hosting with HostNine which offers PostgreSQL 8.1.x, which doesn't have the full text search support in the default installl. I requested that they run the tsearch2.sql from the contributed files on the server to provide me with those capabilities

Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread Raymond Rodgers
On Mon, Nov 16, 2009 at 1:51 PM, Tom Lane wrote: > Raymond Rodgers writes: > > I just signed up for web hosting with HostNine which offers PostgreSQL > > 8.1.x, which doesn't have the full text search support in the default > > installl. I requested that they run the tsearch2.sql from the contri

Re: [GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread Tom Lane
Raymond Rodgers writes: > I just signed up for web hosting with HostNine which offers PostgreSQL > 8.1.x, which doesn't have the full text search support in the default > installl. I requested that they run the tsearch2.sql from the contributed > files on the server to provide me with those capabi

[GENERAL] Need full search text on a shared hosting web site using 8.1.x

2009-11-16 Thread Raymond Rodgers
I just signed up for web hosting with HostNine which offers PostgreSQL 8.1.x, which doesn't have the full text search support in the default installl. I requested that they run the tsearch2.sql from the contributed files on the server to provide me with those capabilities since I don't have super u