The following bug has been logged online:
authorBruce Momjian <bruce@momjian.us>
Sat, 21 Feb 2004 03:48:55 +0000 (03:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 21 Feb 2004 03:48:55 +0000 (03:48 +0000)
commit36382db8d0ba1f33fd9b69539f6c8ba2c71a5530
tree28e54c83084c6155a119db9a299f24ebeb838f4a
parentb96482f0762fcfd5902c25b93f01a656c6536a33
The following bug has been logged online:

Bug reference:      1081
Logged by:          Aarjav Trivedi

Email address:      aarjav@cc.gatech.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,
contrib/tsearch2/tsearch.sql.in [new file with mode: 0644]