Re: [HACKERS] [JDBC] Statement Timeout and Locking

2005-04-28 Thread Markus Schaber
Hi, Tom, Tom Lane schrieb: > Anyway the short-term answer for Markus is "don't do it that way". > We ought to think about making the backend's behavior more consistent, > though. I'll split the query into three. Having it in one query just was a convenience here. Thanks, Markus ---

Re: [HACKERS] [JDBC] Statement Timeout and Locking

2005-04-28 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > This actually is the problem. It works as three separate statements, but > fails as one. The server doesn't seem to recognize the SET when other > commands come in before Sync. [ reads some code... ] The problem is that postgres.c only inspects Statem