BUG #1081: Spelling error in tsearch2.sql leading to problems with tsearch

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1081: Spelling error in tsearch2.sql leading to problems with tsearch
Date: 2004-02-20 19:10:14
Message-ID: 20040220191014.91B17CF481A@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1081
Logged by: Aarjav Trivedi

Email address: aarjav(at)cc(dot)gatech(dot)edu

PostgreSQL version: 7.4

Operating system: Linux

Description: Spelling error in tsearch2.sql leading to problems with
tsearch

Details:

On line 620 of tsearch2.sql which is required to install and run TSEARCH,

REATE FUNCTION tsstat_in(cstring)

should be

CREATE FUNCTION tsstat_in(cstring)

because of this error, TSEARCH fails to work as specified,

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-02-20 20:37:39 Re: Maybe a bug found with nextval() function
Previous Message elein 2004-02-20 19:02:23 Re: [HACKERS] [Resend: Domains and function]