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
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
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