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

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1081: Spelling error in tsearch2.sql leading to problems with tsearch
Дата
Msg-id 20040220191014.91B17CF481A@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1081: Spelling error in tsearch2.sql leading to problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
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,

В списке pgsql-bugs по дате отправления:

Предыдущее
От: elein
Дата:
Сообщение: Re: [HACKERS] [Resend: Domains and function]
Следующее
От: Alexander Troppmann
Дата:
Сообщение: Maybe a bug found with nextval() function