Re: Can't delete postgresql table record using Perl

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: barry kimelman <perlmaster56(at)gmail(dot)com>
Cc: "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: Can't delete postgresql table record using Perl
Date: 2020-02-17 16:23:56
Message-ID: CAKFQuwbUXaRr1aYFNFvdoE2cX93g3oEtd=GpvS9B74FTXO1VwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Monday, February 17, 2020, barry kimelman <perlmaster56(at)gmail(dot)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.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Aleksey M Boltenkov 2020-02-17 16:36:48 RE: Can't delete postgresql table record using Perl
Previous Message barry kimelman 2020-02-17 16:11:10 Can't delete postgresql table record using Perl