Jan,
I tested your patch on my Linux box and it works ok, except
aggregates functions doesn't work properly, for example
count(*) always produces 0
kdo=> select count(*) from work_flats limit 10,1000;
count
-----
(0 rows)
while
kdo=> select rooms from work_flats limit 10,1000;
rooms
-----
3
3
3
3
3
3
3
3
3
3
(10 rows)
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83