]> granicus.if.org Git - postgresql/commit
The following bug has been logged online:
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Feb 2004 20:42:29 +0000 (20:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Feb 2004 20:42:29 +0000 (20:42 +0000)
commit1d567aee070b7a51fbdc74821237d5a5ae2caf8f
treebcf9204bcd3030f4dab6061981d9782819044fe8
parent0d025339431a8211cebc8eee19d4779b236ce482
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