open transaction? - Mailing list pgsql-general

From blackwater dev
Subject open transaction?
Date
Msg-id 34a9824e0812290348j3929a5ebn5541f8fe0dcd2db6@mail.gmail.com
Whole thread Raw
Responses Re: open transaction?  (Raymond O'Donnell <rod@iol.ie>)
Re: open transaction?  (Terry Lee Tucker <terry@chosen-ones.org>)
List pgsql-general
I just logged into postgres from the command line and did:

begin:

select blah;
select blah;

\q

Without thinking I closed by connection before committing or rolling back my transaction.  Did postgres handle this for me?  How do I see if the transaction is still open?

Thanks!

pgsql-general by date:

Previous
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: having two database clusters?
Next
From: Raymond O'Donnell
Date:
Subject: Re: open transaction?