Re: [GENERAL] transaction in progress

2003-12-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > libpq has PQtransactionStatus, though I wonder why we don't have this > visible via a read-only GUC variable to make it easier for other languages. Because it'd be useless --- the only way to interrogate it would be via SHOW or some other SQL command, wh

Re: [GENERAL] transaction in progress

2003-12-06 Thread Bruce Momjian
Rick Gigger wrote: > Is there a convenient way to tell in postgres if a transaction has been > started or not? libpq has PQtransactionStatus, though I wonder why we don't have this visible via a read-only GUC variable to make it easier for other languages. Anyone? -- Bruce Momjian

[GENERAL] transaction in progress

2003-12-04 Thread Rick Gigger
Is there a convenient way to tell in postgres if a transaction has been started or not? ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org