[SQL] Re: [BUGS] problem with view and case - please help

2000-07-21 Thread Tom Lane
Ange Michel POZZO <[EMAIL PROTECTED]> writes: > CREATE VIEW browser > AS > SELECT > agent_i, > CASE > < massive CASE expression > > ELSE agent_i END AS navigateur, count (agent_i) > as total from access group by agent_i; > pqReadData() -- backend closed the channel unexpectedly. Not sure why you

[SQL] Re: [BUGS] problem with view and case - please help

2000-07-21 Thread Jan Wieck
Ange Michel POZZO wrote: > I repost my message because it seems that my previous post don't go on > > i use [PostgreSQL 6.5.2 on i686-pc-linux-gnu, compiled by gcc 2.95.2] > rpm version of Linux Mandrake 7.02 > That's definitely the problem. I cannot recreate it with current CVS sour