Re: insert statement going into infinite loop

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Trimurthulu Bandaru <trimurthulub(at)mediaforte(dot)in>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: insert statement going into infinite loop
Date: 2010-12-25 00:56:05
Message-ID: 4D154125.2010508@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 12/24/2010 10:57 PM, Trimurthulu Bandaru wrote:
> Hi everybody..
> I have table with 11 attributes, 6 of them refers different tables and
> having one primary key.
> when I am trying to insert row with 121 key value, its going into
> infinite loop..

Do you have any triggers on the table?

Can you produce a single .sql file that creates the tables and does the
problem insert?

--
Craig Ringer

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2010-12-25 05:06:39 Re: memory leaks? using savepoint
Previous Message Jaime Casanova 2010-12-24 23:11:14 Re: insert statement going into infinite loop