Re: Perl & DBI/DBD::Pg confusion with finish

From: David Wheeler <david(at)wheeler(dot)net>
To: John Madden <weez(at)freelists(dot)org>
Cc: David Lynn <davidl(at)ayamba(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Perl & DBI/DBD::Pg confusion with finish
Date: 2001-03-02 16:30:00
Message-ID: Pine.LNX.4.21.0103020826560.17216-100000@theory
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2 Mar 2001, John Madden wrote:

> What are the consequences of not calling ->finish()? I have several apps
> using DBD::Pg, and I don't think I've used it at all...

It just means that the statement handle is marked finished, and if you use
it again, it won't issue a warning saying that it's not.

HTH,

David

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-02 16:31:34 Re: Re: Thought on OIDs
Previous Message Bruce Momjian 2001-03-02 16:27:48 Re: Re: Want to learn the Postgresql database system