Re: Function Hangs

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "Patrick Hatcher" <PHatcher(at)macys(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Function Hangs
Date: 2002-02-13 05:43:31
Message-ID: web-692491@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Patrick,

> Any help would be appreciated.
> TIA

Take a look at your postgres log and see if you're getting a deadlock
warning. The last time I had a looping function lock, it was because
I was (unintentionally) trying to update the same records multiple
times ...

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-02-13 05:45:33 Re: Function Hangs
Previous Message Patrick Hatcher 2002-02-13 01:29:49 Function Hangs