Re: [BUGS] BUG #4187: function to_tsvector not immutable

2008-05-23 Thread Tom Lane
"Martin Sullivan" <[EMAIL PROTECTED]> writes: > The only wrinkle being that to_tsvector needs to be ALTERed > to IMMUTABLE using the following (as user postgres): > alter function to_tsvector(regconfig,text) immutable > alter function to_tsvector(text) immutable The current settings are intentio

[BUGS] BUG #4187: function to_tsvector not immutable

2008-05-23 Thread Martin Sullivan
The following bug has been logged online: Bug reference: 4187 Logged by: Martin Sullivan Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: Fedora Core 9 Description:function to_tsvector not immutable Details: Postgres 8.3 now supports tsearc