BUG #5793: tsquery error

Поиск
Список
Период
Сортировка
От
Тема BUG #5793: tsquery error
Дата
Msg-id 201012180013.oBI0DPfc074511@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5793: tsquery error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5793
Logged by:
Email address:      ms@instytut.com.pl
PostgreSQL version: 8, 9
Operating system:   Linux
Description:        tsquery error
Details:

The expression 'a & !(c) | a & b' is interpreted as '( a | !c ) & a & b'.
select 'a & !(c) | a & b'::tsquery;

Subsequent "rewrites" of the same expression give inconsistent results:

select '(a & !(c | d)) | (a & b)'::tsquery; -> 'a & !(c | d) | a & b'
(correct)
select 'a & !(c | d) | a & b'::tsquery; -> '(a | !(c | d)) & a & b' (not
correct)

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5792: INSTALLER FAILS!!!
Следующее
От: "H.Merijn Brand"
Дата:
Сообщение: Re: [Fwd: DBD::Pg on HP-UX 11.31 64bit]