[BUGS] pgsql inserts problem

2003-08-28 Thread Tarhon-Onu Victor
Hi, I have a (big) problem with postgresql when making lots of inserts per second. I have a tool that is generating an output of ~2500 lines per seconds. I write a script in PERL that opens a pipe to that tool, reads every line and inserts data. I tryed both commited an

Re: [BUGS] Select (str)::FLOAT8 BUG

2004-06-03 Thread Tarhon-Onu Victor
if you modify this to: 1000::float/500/7. In this case 1000/500/7::float or 1000::float/500/7 will return the same result, but 1000::float/501/7 and 1000/501/7::float will not because the first operation will be between variables of an integer type. -- Tarhon-Onu Victor Area Tec