Re: 8.2.4 selects make applications wait indefinitely

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: carlos(dot)reimer(at)opendb(dot)com(dot)br
Cc: "Pgsql-General(at)Postgresql(dot)Org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: 8.2.4 selects make applications wait indefinitely
Date: 2007-10-11 03:55:21
Message-ID: 2707.1192074921@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carlos H. Reimer" <carlos(dot)reimer(at)opendb(dot)com(dot)br> writes:
> ... if you name all the table columns instead of using the * the query
> runs fine, otherwise it locks.

[ blink... ] You really, really, really need to provide a reproducible
test case to prove that claim.

> The problem only occurs if we use remote clients, if the "SELECT * from
> tb_produtos where codigo=5002" is processed by a local(server) psql utility
> it runs fine too. When we try to run the query in a remote client using the
> windows psql it locks.

That sounds like your unspecified "remote client" has got some issues,
but you've not provided any details that would let anyone else figure
it out.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2007-10-11 04:08:18 Re: 8.2.4 selects make applications wait indefinitely
Previous Message Carlos H. Reimer 2007-10-11 03:09:36 8.2.4 selects make applications wait indefinitely