Re: DBI, postgresql and large table

2007-06-27 Thread Andrej Kastrin
Chas Owens wrote: On 6/27/07, Andrej Kastrin <[EMAIL PROTECTED]> wrote: Dear all, I need to process postgresql table with DBI module. The script below works well for small tables, but when I want to process larger tables (10 rows) out-of-memory occurs. Any suggestion? Thanks in advance, An

Re: DBI, postgresql and large table

2007-06-27 Thread Chas Owens
On 6/27/07, Andrej Kastrin <[EMAIL PROTECTED]> wrote: Dear all, I need to process postgresql table with DBI module. The script below works well for small tables, but when I want to process larger tables (10 rows) out-of-memory occurs. Any suggestion? Thanks in advance, Andrej use strict; u

DBI, postgresql and large table

2007-06-27 Thread Andrej Kastrin
Dear all, I need to process postgresql table with DBI module. The script below works well for small tables, but when I want to process larger tables (10 rows) out-of-memory occurs. Any suggestion? Thanks in advance, Andrej use strict; use warnings; use DBI; my $dbh = DBI->connect("DBI:P