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

2000-12-21 Thread Tom Lane
[EMAIL PROTECTED] 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 s

[BUGS] postgresql process crashes on select * from cmd_sm (which is a view)

2000-12-21 Thread pgsql-bugs
Cristi Posoiu ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description postgresql process crashes on select * from cmd_sm (which is a view) Long Description I have a problem with a postgreSQL view. You have the sql commands that creates