Re: [GENERAL] Error: Using Large Objects by perl5-Interface

1999-12-09 Thread kaiq
in your perl script: $dbh->{AutoCommit}=0; you can get more info by perldoc DBI and perldoc DBD::Pg On Thu, 9 Dec 1999, Hans Reichenecker wrote: > I want to use Large Objects in PostgreSQL, source is a Perl-Script. But in > unchained mode it won´t work. What else should I do to change in chai

[GENERAL] Error: Using Large Objects by perl5-Interface

1999-12-09 Thread Hans Reichenecker
I want to use Large Objects in PostgreSQL, source is a Perl-Script. But in unchained mode it won´t work. What else should I do to change in chained mode ? Users-Guide: "By default, Postgres executes transactions in unchained mode (also known as "autocommit" in other database systems)." S