Re: [HACKERS] VACUUM ANALYZE Problem

Поиск
Список
Период
Сортировка
От James Hughes
Тема Re: [HACKERS] VACUUM ANALYZE Problem
Дата
Msg-id Pine.LNX.3.93.980203052157.27867B-100000@xport.bluewall.com
обсуждение исходный текст
Ответ на Re: [HACKERS] VACUUM ANALYZE Problem  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
Список pgsql-hackers

On Tue, 3 Feb 1998, Vadim B. Mikheev wrote:

: James Hughes wrote:
: >
: > After poking arround some more, I found that the "vacuum analyze" is
: > causing problems with the "<" and ">" operators. The "> 0" in the SELECT
: > for "/d <table>" and "/dS" commands in psql cause the error.
: >
: > I verified that any simple query using the "<" or ">" operators fail
: > with the same message...
:
: Analyze uses oper("=",...), oper("<",...) and oper(">",...)...
: Are queries with "=" OK ?
:

Yes...

    "=" is OK,
    "<>" is OK,
    "<" is broken,
    ">" is broken,
    "<=" is broken,
    ">=" is broken

        ...maybe others, I have no geometrical tables to test
with. I could use some of the code from the regression tests if needed.



-James



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

Предыдущее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] subquery syntax broken
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] VACUUM ANALYZE Problem