Re: [SQL] Query Freeze

2002-09-20 Thread alexandre :: aldeia digital
> "alexandre :: aldeia digital" <[EMAIL PROTECTED]> writes: >> I have 3 applications in windows and they >> starts 3 postgres backends. >> The 1st app. call the 2nd and this call the 3rd. >> In the same place of the 3rd backend, the query freeze. >> If I kill the second backend(or app.), the query

Re: [SQL] Query Freeze

2002-09-19 Thread Tom Lane
"alexandre :: aldeia digital" <[EMAIL PROTECTED]> writes: > I have 3 applications in windows and they > starts 3 postgres backends. > The 1st app. call the 2nd and this call the 3rd. > In the same place of the 3rd backend, the query freeze. > If I kill the second backend(or app.), the query is rel

[SQL] Query Freeze

2002-09-19 Thread alexandre :: aldeia digital
Hi, (sorry for the big mail) I have 3 applications in windows and they starts 3 postgres backends. The 1st app. call the 2nd and this call the 3rd. In the same place of the 3rd backend, the query freeze. If I kill the second backend(or app.), the query is released... Any suggestions? Thank's