提交 1d567aee 编写于 作者: B Bruce Momjian

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,
上级 0d025339
...@@ -610,7 +610,7 @@ AS ...@@ -610,7 +610,7 @@ AS
CREATE TYPE statinfo CREATE TYPE statinfo
as (word text, ndoc int4, nentry int4); as (word text, ndoc int4, nentry int4);
--REATE FUNCTION tsstat_in(cstring) --CREATE FUNCTION tsstat_in(cstring)
--RETURNS tsstat --RETURNS tsstat
--AS 'MODULE_PATHNAME' --AS 'MODULE_PATHNAME'
--LANGUAGE 'C' with (isstrict); --LANGUAGE 'C' with (isstrict);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册