Re: prob with really simple insert

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: marian <marian(at)mail(dot)jozep(dot)com(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: prob with really simple insert
Date: 2004-03-26 17:43:09
Message-ID: Pine.LNX.4.33.0403261042430.7399-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 22 Mar 2004, marian wrote:

> When I do this,
> INSERT INTO orgdata ( name, fax, contact, email, phone, address,
> preferred ) VALUES ( 'wally', '123456789', 'wally', 'wally(at)wally(dot)com',
> '987654321', 'wally way', 'f' )
>
> I get
> ERROR: query rewritten 100 times, may contain cycles
> : PGRES_FATAL_ERROR
>
> What is going on here????

Is there a trigger on that table? I'd guess it's getting caught in a loop

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2004-03-26 17:43:23 Re: prob with really simple insert
Previous Message Bruce Momjian 2004-03-26 17:42:43 Re: CREATE TEMP TABLE