BUG #15751: Unexpected behaviour at plainto_tsquery funciton

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15751: Unexpected behaviour at plainto_tsquery funciton
Дата
Msg-id 15751-e56659a134930bc9@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15751: Unexpected behaviour at plainto_tsquery funciton  (Daniel Gustafsson <dgustafsson@pivotal.io>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15751
Logged by:          Ozan Gerdaneri
Email address:      ozan.gerdaneri@gmail.com
PostgreSQL version: 11.0
Operating system:   win 10
Description:

Hi, 
My query is like this : 
.......
WHERE to_tsvector(COALESCE("blog"."name" )) @@ (plainto_tsquery("cat")) =
true

That is, I am searching for the word "cat" in name column. But the following
error is given. Why is    plainto_tsquery is looking for a column name?
                                                             ^
********** Error **********

ERROR: column "cat" does not exist
SQL state: 42703
Character: 511


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15750: don't have server
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: BUG #15751: Unexpected behaviour at plainto_tsquery funciton