Re: [GENERAL] How to know if a TRANSACTION isn't completed

2005-07-01 Thread MargaretGillon
> [EMAIL PROTECTED] wrote: > > Is there a similar command in Postgresql so that the client application > > can find out if there's an unresolved transaction before it starts a new > > one? > > See PQtransactionStatus() in libpq; if you're using a different language > interface, it should provide s

Re: [GENERAL] How to know if a TRANSACTION isn't completed

2005-06-30 Thread Neil Conway
[EMAIL PROTECTED] wrote: Is there a similar command in Postgresql so that the client application can find out if there's an unresolved transaction before it starts a new one? See PQtransactionStatus() in libpq; if you're using a different language interface, it should provide some means to ge