Re: [PERFORM] Error in transaction processing

2003-11-15 Thread radha.manohar
When I execute a transaction using embedded sql statements in a c program,
I get the error,

Error in transaction processing. I could see from the documentation that
it means, "Postgres signalled to us that we cannot start, commit or
rollback the transaction"

I don't find any mistakes in the transaction statements.

What can I do to correct this error?

Your response would be very much appreciated.

Thanks and Regards,

Radha







---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [PERFORM] Error in transaction processing

2003-11-14 Thread radha.manohar
When I execute a transaction using embedded sql statements in a c program,
I get the error,

Error in transaction processing. I could see from the documentation that
it means, "Postgres signalled to us that we cannot start, commit or
rollback the transaction"

I don't find any mistakes in the transaction statements.

What can I do to correct this error?

Your response would be very much appreciated.

Thanks and Regards,

Radha





---(end of broadcast)---
TIP 8: explain analyze is your friend