Re: How do I get the database connections to close down?

From: Marcus Claesson <marcus(at)chah(dot)ucc(dot)ie>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I get the database connections to close down?
Date: 2003-02-19 15:05:22
Message-ID: Pine.OSF.3.96.1030219150319.29996B-100000@chah.ucc.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> > $set -> Disconnect ();
>
> I think that should be
>
> $set -> disconnect ();
>
> Perl is case sensititive, isn't it?
>

Nope, that didn't change the outcome. It works well with both cases.

/Marcus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message vivek K. 2003-02-19 15:09:16 postgres drivers for winNT
Previous Message greg 2003-02-19 15:00:57 Re: Four questions