Re: postgresql process crashes on select * from cmd_sm (which is a view)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql process crashes on select * from cmd_sm (which is a view)
Дата
Msg-id 18400.977420487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql process crashes on select * from cmd_sm (which is a view)  (pgsql-bugs@postgresql.org)
Ответы Re: postgresql process crashes on select * from cmd_sm (which is a view)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> postgresql process crashes on select * from cmd_sm (which is a view)

Poking into this revealed what seems to be a long-standing bug: a view
that uses BETWEEN gets confused about any variables appearing in the
first argument of the BETWEEN.  I've fixed this in current sources,
but for 7.0.* you'd be best advised to write out BETWEEN explicitly
as "a >= b AND a <= c".

A separate issue is that grouped views don't work very well in 7.0.*.
This is also fixed for 7.1, but in the meantime don't expect to be able
to apply aggregates or grouping to the output of a grouped view.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Problem with apostrophes in TK frontend
Следующее
От: Chris
Дата:
Сообщение: Re: Problem with apostrophes in TK frontend