Re: Can't delete postgresql table record using Perl - Mailing list pgsql-novice

From David G. Johnston
Subject Re: Can't delete postgresql table record using Perl
Date
Msg-id CAKFQuwbUXaRr1aYFNFvdoE2cX93g3oEtd=GpvS9B74FTXO1VwQ@mail.gmail.com
Whole thread Raw
In response to Can't delete postgresql table record using Perl  (barry kimelman <perlmaster56@gmail.com>)
List pgsql-novice
On Monday, February 17, 2020, barry kimelman <perlmaster56@gmail.com> wrote:

    21                          {AutoCommit => 0, RaiseError => 1, PrintError => 0}
   

Any idea as to why the record is still in the table 

AutoCommit is disabled and you never issued a commit?

David J. 

pgsql-novice by date:

Previous
From: barry kimelman
Date:
Subject: Can't delete postgresql table record using Perl
Next
From: "Aleksey M Boltenkov"
Date:
Subject: RE: Can't delete postgresql table record using Perl