TBLOCK status from libpq / libpq++

From: Yu Cao <yucao(at)falcon(dot)kla-tencor(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: TBLOCK status from libpq / libpq++
Date: 1999-04-17 03:03:00
Message-ID: Pine.SOL.3.96.990416195855.19836B-100000@wavelet.kla-tencor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Is there a way I can find out whether I'm inside a transaction
block (between "BEGIN" and "END") by calling some libpq function?
The transaction state referred to in backend/access/transam/xact.c
seems buried too deep to be accessible from libpq.

Thanks for any help.

--Yu Cao

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-04-17 10:32:08 Re: [INTERFACES] Selecting more columns in ECPG in one select - error?
Previous Message Ross J. Reedstrom 1999-04-16 16:58:19 Re: [INTERFACES] Getting started with visual query builder in pgaccess