psql query gets stuck indefinitely

From: tamanna madaan <tamanna(dot)madaan(at)globallogic(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psql query gets stuck indefinitely
Date: 2011-11-28 09:30:39
Message-ID: CAD4qJ_+--mh9VP+L7=U+XtBKOo0eB69SuAzut4av1LSn7yOGxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All

I have postgres installed in cluster setup. My system has a script which
executes the below query on remote system in cluster.

psql -t -q -Uslon -h<hostip> -d<dbname> -c"select 1;"

But somehow this query got stuck. It didnt return even after the remote
system( on which this query was supposed to execute) is rebooted . What
could be the reason ??

Thanks...
--
Tamanna Madaan | Associate Consultant | GlobalLogic Inc.
Leaders in Software R&D Services
ARGENTINA | CHILE | CHINA | GERMANY | INDIA | ISRAEL | UKRAINE | UK | USA

Office: +0-120-406-2000 x 2971

www.globallogic.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-11-28 09:43:24 Re: Stored function debugging help
Previous Message JavaNoobie 2011-11-28 09:30:09 Stored function debugging help